aboutsummaryrefslogtreecommitdiff
path: root/testing/ruby/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:43:48 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:43:48 +0300
commit341a3cad6a13a3d8885c8cda4a43f689fc502138 (patch)
tree99bb39e073c72c489ddaf4713dee2b6d60e121bb /testing/ruby/build
parenteb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 (diff)
downloadrepository-341a3cad6a13a3d8885c8cda4a43f689fc502138.tar.gz
ruby: add to testing
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-xtesting/ruby/build9
1 files changed, 9 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