From 341a3cad6a13a3d8885c8cda4a43f689fc502138 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:43:48 +0300 Subject: ruby: add to testing --- testing/ruby/build | 9 +++++++++ testing/ruby/checksums | 1 + testing/ruby/sources | 1 + testing/ruby/version | 1 + 4 files changed, 12 insertions(+) create mode 100755 testing/ruby/build create mode 100644 testing/ruby/checksums create mode 100644 testing/ruby/sources create mode 100644 testing/ruby/version (limited to 'testing') 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 -- cgit v1.2.3