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 | |
parent | def989108cb9f1cf0a65db78e446915576f8c146 (diff) | |
download | repository-7d761d81018c2319a576969eb00218853c41b369.tar.gz |
ruby: add new package at 3.0.0 [TESTING]
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/ruby/build | 10 | ||||
-rw-r--r-- | testing/ruby/checksums | 1 | ||||
-rw-r--r-- | testing/ruby/depends | 3 | ||||
-rw-r--r-- | testing/ruby/sources | 1 | ||||
-rw-r--r-- | testing/ruby/version | 1 |
5 files changed, 16 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 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 |