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 ++++++++++ testing/ruby/checksums | 1 + testing/ruby/depends | 3 +++ testing/ruby/sources | 1 + testing/ruby/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 testing/ruby/build create mode 100644 testing/ruby/checksums create mode 100644 testing/ruby/depends create mode 100644 testing/ruby/sources create mode 100644 testing/ruby/version 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 -- cgit v1.2.3