mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
b135e63527
I think we should stop recommending `tea` as a shebang line, it's against our spirit. Instead tea tools should shim via `tea` before exec’ing to do any of the YAML frontmatter
30 lines
529 B
YAML
30 lines
529 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'
|
|
gem install hexapdf
|
|
hexapdf version
|
|
|
|
provides:
|
|
- bin/bundle
|
|
- bin/bundler
|
|
- bin/gem
|
|
- bin/rake
|
|
- bin/rbs
|
|
- bin/rdbg
|
|
- bin/typeprof
|