diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:48 +0300 |
commit | 341a3cad6a13a3d8885c8cda4a43f689fc502138 (patch) | |
tree | 99bb39e073c72c489ddaf4713dee2b6d60e121bb /testing | |
parent | eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 (diff) | |
download | repository-341a3cad6a13a3d8885c8cda4a43f689fc502138.tar.gz |
ruby: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/ruby/build | 9 | ||||
-rw-r--r-- | testing/ruby/checksums | 1 | ||||
-rw-r--r-- | testing/ruby/sources | 1 | ||||
-rw-r--r-- | testing/ruby/version | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/testing/ruby/build b/testing/ruby/build new file mode 100755 index 00000000..276e5c24 --- /dev/null +++ b/testing/ruby/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-shared \ + --disable-rpath + +make +make DESTDIR="$1" install diff --git a/testing/ruby/checksums b/testing/ruby/checksums new file mode 100644 index 00000000..3df7bca3 --- /dev/null +++ b/testing/ruby/checksums @@ -0,0 +1 @@ +8c99aa93b5e2f1bc8437d1bbbefd27b13e7694025331f77245d0c068ef1f8cbe ruby-2.7.0.tar.gz diff --git a/testing/ruby/sources b/testing/ruby/sources new file mode 100644 index 00000000..cae396b9 --- /dev/null +++ b/testing/ruby/sources @@ -0,0 +1 @@ +https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.0.tar.gz diff --git a/testing/ruby/version b/testing/ruby/version new file mode 100644 index 00000000..b416b764 --- /dev/null +++ b/testing/ruby/version @@ -0,0 +1 @@ +2.7.0 1 |