pantry/projects/gnu.org/gperf/package.yml

20 lines
349 B
YAML
Raw Normal View History

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
2022-11-18 21:43:48 +03:00
provides:
- bin/gperf