pantry/projects/r-wos.org/gti/package.yml
Jacob Heider 7a7a95d6ea
fix(gti)
2023-04-15 17:35:34 -04:00

25 lines
375 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 -p "{{prefix}}"/bin
mv gti "{{prefix}}"/bin
test:
dependencies:
git-scm.org: ^2
script:
gti init