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

22 lines
414 B
YAML

distributable:
url: https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz
strip-components: 1
versions:
url: https://ftp.gnu.org/gnu/gperf/
match: /gperf-(\d+\.\d+(\.\d+)?)\.tar\.gz/
strip:
- /gperf-/
- /.tar.gz/
build:
dependencies:
script: |
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
test:
script: echo "tea\nfoo\nbar" | gperf
provides:
- bin/gperf