pantry/projects/x.org/util-macros/package.yml
2023-03-15 06:32:23 -04:00

25 lines
460 B
YAML

distributable:
url: https://www.x.org/archive/individual/util/util-macros-{{version}}.tar.xz
strip-components: 1
versions:
- 1.20.0 # fix
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make install
env:
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
freedesktop.org/pkg-config: '*'
script: |
pkg-config --exists xorg-macros