pantry/projects/gnupg.org/npth/package.yml
Jacob Heider 846195e16b fix(npth)
`npth-config` was removed

closes #5336
2024-02-23 09:53:54 -05:00

21 lines
465 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/
build:
script:
- ./configure --prefix={{prefix}}
- make
- make check
- make install
#FIXME we test using our version, not theirs
test: test "$(pkg-config --modversion npth)" = "{{version.marketing}}"