pantry/projects/x.org/util-macros/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

27 lines
541 B
YAML

distributable:
url: https://www.x.org/archive/individual/util/util-macros-{{version.raw}}.tar.gz
strip-components: 1
versions:
url: https://www.x.org/archive/individual/util/
match: /util-macros-\d+\.\d+(\.\d+)?.tar.gz/
strip:
- /util-macros-/
- /.tar.gz/
build:
dependencies:
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