diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-13 00:04:27 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-13 00:04:27 +0800 |
| commit | 9c5716a431e40ee2f942b933229ff25d3b6d5835 (patch) | |
| tree | 6073cfb6a3e84a3292cd48e74a3e3cd8726209fa /repos/wip/ruby/abuild | |
| parent | bd1670e1c515cc88d1908ed28c929585bae8a0f1 (diff) | |
| download | alicelinux-9c5716a431e40ee2f942b933229ff25d3b6d5835.tar.gz alicelinux-9c5716a431e40ee2f942b933229ff25d3b6d5835.zip | |
added wip abuilds
Diffstat (limited to 'repos/wip/ruby/abuild')
| -rw-r--r-- | repos/wip/ruby/abuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repos/wip/ruby/abuild b/repos/wip/ruby/abuild new file mode 100644 index 00000000..59331d6b --- /dev/null +++ b/repos/wip/ruby/abuild @@ -0,0 +1,5 @@ +name=ruby +version=4.0.1 +release=1 +source="https://cache.${name}-lang.org/pub/${name}/${version%.*}/${name}-${version}.tar.xz" +build_opt="--enable-shared --disable-rpath --without-valgrind --without-baseruby --disable-install-doc" |