pantry/projects/rubygems.org/package.yml

33 lines
616 B
YAML
Raw Normal View History

2022-11-02 23:38:19 +03:00
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:
2023-02-04 09:57:26 +03:00
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
2022-11-02 23:38:19 +03:00
script: |
gem install awesome_print
2023-02-04 09:57:26 +03:00
ruby -e 'require "rubygems"' -e 'require "awesome_print"' -e'ap $LOAD_PATH'
gem install hexapdf
hexapdf version
2022-11-02 23:38:19 +03:00
provides:
- bin/bundle
- bin/bundler
- bin/gem
- bin/rake
- bin/rbs
- bin/rdbg
- bin/typeprof