pantry/projects/r-wos.org/gti/package.yml

25 lines
375 B
YAML
Raw Normal View History

2023-01-10 16:13:58 +03:00
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
2023-04-16 00:35:34 +03:00
mkdir -p "{{prefix}}"/bin
2023-01-10 16:13:58 +03:00
mv gti "{{prefix}}"/bin
test:
dependencies:
git-scm.org: ^2
script:
gti init