aboutsummaryrefslogtreecommitdiff
path: root/testing/ruby/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-26 04:11:46 +0300
committerCem Keylan <cem@ckyln.com>2020-12-26 04:11:46 +0300
commit7d761d81018c2319a576969eb00218853c41b369 (patch)
tree83afba6a463cfec4830bd6a6be8fe7eef1fa6ca9 /testing/ruby/build
parentdef989108cb9f1cf0a65db78e446915576f8c146 (diff)
downloadrepository-7d761d81018c2319a576969eb00218853c41b369.tar.gz
ruby: add new package at 3.0.0 [TESTING]
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-xtesting/ruby/build10
1 files changed, 10 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