diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-26 04:11:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-26 04:11:46 +0300 |
commit | 7d761d81018c2319a576969eb00218853c41b369 (patch) | |
tree | 83afba6a463cfec4830bd6a6be8fe7eef1fa6ca9 /testing/ruby/build | |
parent | def989108cb9f1cf0a65db78e446915576f8c146 (diff) | |
download | repository-7d761d81018c2319a576969eb00218853c41b369.tar.gz |
ruby: add new package at 3.0.0 [TESTING]
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-x | testing/ruby/build | 10 |
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 |