github.com/postmodern/ruby-install (#2345)

* github.com/postmodern/ruby-install

* fix '"'

* sed

* debug

* version marketing

* remove sed
This commit is contained in:
Andrew 2023-07-02 22:49:26 +03:00 committed by GitHub
parent bbafd13ef4
commit 09dace6310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}