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