mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
18 lines
402 B
YAML
18 lines
402 B
YAML
distributable:
|
|
url: https://github.com/postmodern/ruby-install/releases/download/v{{version}}/ruby-install-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: postmodern/ruby-install
|
|
|
|
dependencies:
|
|
tukaani.org/xz: '*'
|
|
|
|
build:
|
|
script: make --jobs {{ hw.concurrency }} install PREFIX="{{prefix}}"
|
|
|
|
provides:
|
|
- bin/ruby-install
|
|
|
|
test: ruby-install --version | grep {{version.marketing}}
|