aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/ruby/build10
-rw-r--r--testing/ruby/checksums1
-rw-r--r--testing/ruby/depends3
-rw-r--r--testing/ruby/sources1
-rw-r--r--testing/ruby/version1
5 files changed, 16 insertions, 0 deletions
diff --git a/testing/ruby/build b/testing/ruby/build
new file mode 100755
index 00000000..39bf9881
--- /dev/null
+++ b/testing/ruby/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --enable-static \
+ --disable-rpath
+
+make
+make DESTDIR="$1" install
diff --git a/testing/ruby/checksums b/testing/ruby/checksums
new file mode 100644
index 00000000..215a497d
--- /dev/null
+++ b/testing/ruby/checksums
@@ -0,0 +1 @@
+68bfaeef027b6ccd0032504a68ae69721a70e97d921ff328c0c8836c798f6cb1 ruby-3.0.0.tar.xz
diff --git a/testing/ruby/depends b/testing/ruby/depends
new file mode 100644
index 00000000..00148bd0
--- /dev/null
+++ b/testing/ruby/depends
@@ -0,0 +1,3 @@
+libffi
+libressl
+zlib
diff --git a/testing/ruby/sources b/testing/ruby/sources
new file mode 100644
index 00000000..ac5c8c72
--- /dev/null
+++ b/testing/ruby/sources
@@ -0,0 +1 @@
+https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.0.tar.xz
diff --git a/testing/ruby/version b/testing/ruby/version
new file mode 100644
index 00000000..4fc4c8a7
--- /dev/null
+++ b/testing/ruby/version
@@ -0,0 +1 @@
+3.0.0 1