mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
25 lines
479 B
YAML
25 lines
479 B
YAML
distributable:
|
|
url: https://github.com/logological/gpp/releases/download/{{ version.marketing }}/gpp-{{ version.marketing }}.tar.bz2
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: logological/gpp
|
|
strip: '/^v/'
|
|
|
|
build:
|
|
dependencies:
|
|
gnu.org/autoconf: '*'
|
|
script: |
|
|
./configure $ARGS
|
|
make install
|
|
env:
|
|
ARGS:
|
|
- --prefix="{{prefix}}"
|
|
- --disable-dependency-tracking
|
|
|
|
provides:
|
|
- bin/gpp
|
|
|
|
test:
|
|
script: gpp --version | grep {{version.marketing}}
|