pantry/projects/gnu.org/gperf/package.yml
2022-11-26 11:02:59 -05:00

20 lines
349 B
YAML

distributable:
url: https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz
strip-components: 1
versions:
- 3.1.0
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
test:
script: echo "tea\nfoo\nbar" | gperf
provides:
- bin/gperf