pantry/projects/github.com/postmodern/chruby/package.yml
2023-05-06 14:06:08 -04:00

19 lines
384 B
YAML

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}}