mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
34edc6eb1d
closes #4223
21 lines
311 B
YAML
21 lines
311 B
YAML
distributable:
|
|
url: https://github.com/rwos/gti/archive/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: rwos/gti/tags
|
|
|
|
provides:
|
|
- bin/gti
|
|
|
|
build:
|
|
script: |
|
|
make gti
|
|
mkdir -p "{{prefix}}"/bin
|
|
mv gti "{{prefix}}"/bin
|
|
|
|
test:
|
|
dependencies:
|
|
git-scm.org: ^2
|
|
script: gti init
|