pantry/projects/github.com/redis/hiredis/package.yml

24 lines
523 B
YAML
Raw Normal View History

2023-05-09 16:48:23 +03:00
distributable:
url: https://github.com/redis/hiredis/archive/v{{version}}.tar.gz
strip-components: 1
display-name: hiredis
versions:
github: redis/hiredis
build:
script: |
make install $ARGS
env:
ARGS:
- PREFIX="{{prefix}}"
- INSTALL_INCLUDE_PATH="{{prefix}}/include"
- INSTALL_LIBRARY_PATH="{{prefix}}/lib"
- INSTALL_PKGCONF_PATH="{{prefix}}/lib/pkgconfig"
test:
dependencies:
freedesktop.org/pkg-config: '*'
script: pkg-config --modversion hiredis | grep {{version}}