Create package.yml

This commit is contained in:
Andrew 2023-05-06 18:56:25 +03:00 committed by Jacob Heider
parent 86d7415c77
commit dae7efc253

View file

@ -0,0 +1,18 @@
distributable:
url: https://github.com/postmodern/chruby/releases/download/v{{version}}/chruby-{{version}}.tar.gz
strip-components: 1
versions:
github: postmodern/chruby
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script:
make --jobs {{ hw.concurrency }} install
provides:
- bin/chruby-exec
test:
chruby-exec --version | grep {{version}}