pantry/projects/github.com/postmodern/chruby/package.yml

14 lines
305 B
YAML
Raw Normal View History

2023-05-06 18:56:25 +03:00
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
2023-05-06 18:56:25 +03:00
provides:
- bin/chruby-exec
test: chruby-exec --version | grep {{version}}