mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
14 lines
305 B
YAML
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}}
|