mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
20 lines
349 B
YAML
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 |