From 7d761d81018c2319a576969eb00218853c41b369 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 26 Dec 2020 04:11:46 +0300 Subject: ruby: add new package at 3.0.0 [TESTING] --- testing/ruby/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testing/ruby/build (limited to 'testing/ruby/build') 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 -- cgit v1.2.3