new file: projects/liblqr.wikidot.com/package.yml

This commit is contained in:
andrejrabcenko 2023-05-07 21:06:48 +03:00 committed by Jacob Heider
parent 98f3563481
commit 7773d64a96

View file

@ -0,0 +1,28 @@
distributable:
url: https://github.com/carlobaldassi/liblqr/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: carlobaldassi/liblqr/tags
dependencies:
gnome.org/glib: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
freedesktop.org/pkg-config: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
- --enable-install-man
test:
dependencies:
freedesktop.org/pkg-config: '*'
script:
pkg-config --modversion lqr-1 | grep {{version}}