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

26 lines
507 B
YAML

distributable:
url: https://gnupg.org/ftp/gcrypt/npth/npth-{{version.raw}}.tar.bz2
strip-components: 1
versions:
url: https://gnupg.org/ftp/gcrypt/npth/
match: /npth-(\d+\.\d+(\.\d+)?)\.tar\.bz2/
strip:
- /npth-/
- /.tar.bz2/
provides:
- bin/npth-config
build:
script: |
./configure --prefix={{prefix}}
make
make check
make install
dependencies:
test:
#FIXME we test using our version, not theirs
script: test "$(npth-config --version).0" = "{{version.raw}}"