pantry/projects/x.org/xcursor/package.yml
Andrew 5525b6ebf2
new file: projects/x.org/xcursor/package.yml (#3345)
new file:   projects/x.org/xcursor/test.c
2023-09-17 12:46:57 -04:00

39 lines
998 B
YAML

distributable:
url: https://www.x.org/archive/individual/lib/libXcursor-{{version}}.tar.xz
strip-components: 1
versions:
url: https://xorg.freedesktop.org/archive/individual/lib/
match: /libXcursor-\d+\.\d+\.\d+\.tar\.xz/
strip:
- /^libXcursor-/
- /\.tar\.xz/
dependencies:
x.org/x11: '*'
x.org/xfixes: '*'
x.org/xrender: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
freedesktop.org/pkg-config: '*'
x.org/util-macros: '*'
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }}
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix={{prefix}}
- --sysconfdir={{tea.prefix}}/x.org/etc
- --localstatedir={{tea.prefix}}/x.org/var
- --disable-dependency-tracking
- --disable-silent-rules
test:
dependencies:
tea.xyz/gx/cc: c99
freedesktop.org/pkg-config: '*'
script:
- pkg-config --modversion xcursor | grep {{version}}
- cc test.c -o test
- ./test