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

32 lines
714 B
YAML

distributable:
url: https://xorg.freedesktop.org/archive/individual/proto/xorgproto-{{version.raw}}.tar.gz
strip-components: 1
versions:
url: https://xorg.freedesktop.org/archive/individual/proto/
match: /xorgproto-\d+\.\d+(\.\d+)?\.tar\.gz/
strip:
- /xorgproto-/
- /.tar.gz/
dependencies:
x.org/util-macros: '*'
build:
dependencies:
script: |
./configure \
--prefix="{{prefix}}" \
--sysconfdir="$SHELF"/etc \
--localstatedir="$SHELF"/var
make --jobs {{ hw.concurrency }} install
env:
SHELF: ${{tea.prefix}}/x.org
test:
dependencies:
freedesktop.org/pkg-config: ~0.29
script: |
pkg-config --cflags xproto
pkg-config --cflags xf86driproto