Skip to content

Commit

Permalink
fix(npth)
Browse files Browse the repository at this point in the history
`npth-config` was removed

closes #5336
  • Loading branch information
jhheider committed Feb 23, 2024
1 parent 22cbaae commit 846195e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions projects/gnupg.org/npth/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ versions:
- /npth-/
- /.tar.bz2/

provides:
- bin/npth-config

build:
script: |
./configure --prefix={{prefix}}
make
make check
make install
script:
- ./configure --prefix={{prefix}}
- make
- make check
- make install

#FIXME we test using our version, not theirs
test: test "$(npth-config --version).0" = "{{version.raw}}"
test: test "$(pkg-config --modversion npth)" = "{{version.marketing}}"

0 comments on commit 846195e

Please sign in to comment.