mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 17:05:07 +03:00
28 lines
485 B
YAML
28 lines
485 B
YAML
|
distributable:
|
||
|
url: https://github.com/rubygems/rubygems/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: rubygems/rubygems
|
||
|
|
||
|
dependencies:
|
||
|
ruby-lang.org: '>=2.3'
|
||
|
|
||
|
build:
|
||
|
script: |
|
||
|
ruby setup.rb --prefix={{prefix}} --env-shebang
|
||
|
|
||
|
test:
|
||
|
script: |
|
||
|
gem install awesome_print
|
||
|
ruby -e 'require "awesome_print"' -e 'ap $LOAD_PATH'
|
||
|
|
||
|
provides:
|
||
|
- bin/bundle
|
||
|
- bin/bundler
|
||
|
- bin/gem
|
||
|
- bin/rake
|
||
|
- bin/rbs
|
||
|
- bin/rdbg
|
||
|
- bin/typeprof
|