pantry/projects/ruby-lang.org/package.yml

28 lines
586 B
YAML
Raw Normal View History

2022-10-03 18:37:28 +03:00
distributable:
url: https://cache.ruby-lang.org/pub/ruby/{{version.marketing}}/ruby-{{version}}.tar.gz
strip-components: 1
versions:
- 3.1.2
- 2.7.6
#TODO github: ruby/ruby/tags
dependencies:
openssl.org: ^1.1
pyyaml.org: ^0.2
zlib.net: 1
build:
dependencies:
freedesktop.org/pkg-config: ^0.29
gnu.org/gettext: ^0.21
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
git-scm.org: 2
2022-10-03 18:37:28 +03:00
script: |
git apply props/tolerant-shebang.diff
2022-10-03 18:37:28 +03:00
./configure --prefix="{{prefix}}"
make --jobs {{hw.concurrency}} install
test:
ruby -e 'puts "Hello World!"'