pantry/projects/github.com/postmodern/chruby/package.yml
2023-10-01 20:41:57 -04:00

14 lines
305 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: make --jobs {{ hw.concurrency }} install
provides:
- bin/chruby-exec
test: chruby-exec --version | grep {{version}}