mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
25 lines
372 B
YAML
25 lines
372 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:
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
script: |
|
||
|
make
|
||
|
mkdir "{{prefix}}"/bin
|
||
|
mv gti "{{prefix}}"/bin
|
||
|
|
||
|
test:
|
||
|
dependencies:
|
||
|
git-scm.org: ^2
|
||
|
script:
|
||
|
gti init
|