mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
github.com/postmodern/ruby-install (#2345)
* github.com/postmodern/ruby-install * fix '"' * sed * debug * version marketing * remove sed
This commit is contained in:
parent
bbafd13ef4
commit
09dace6310
1 changed files with 21 additions and 0 deletions
21
projects/github.com/postmodern/ruby-install/package.yml
Normal file
21
projects/github.com/postmodern/ruby-install/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
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:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
|
||||
script: make --jobs {{ hw.concurrency }} install PREFIX="{{prefix}}"
|
||||
|
||||
provides:
|
||||
- bin/ruby-install
|
||||
|
||||
test: ruby-install --version | grep {{version.marketing}}
|
Loading…
Reference in a new issue