even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

11
packages/ruby.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "ruby")
(version "4.0.1")
(homepage "https://www.ruby-lang.org/")
(dependencies make libopenssl zlib libyaml libffi libgmp)
(src (tar
(url "https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.1.tar.gz")
(dir "ruby-4.0.1")
(blake3 "614758d9920d1152b5eeab03d16d50475e38dbe797ae1820898dc90bdfcde775")))
(build
(configure_make)))