ruby and ruby-install added

This commit is contained in:
2025-05-23 15:16:23 +02:00
parent 5aaf656da3
commit d6f6c561d6
6 changed files with 81 additions and 0 deletions

5
Programming/ruby/build Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env modbuild
pbuild::install(){
ruby-install --prefix "${PREFIX}" ruby "${V_PKG}"
}

View File

@@ -0,0 +1,16 @@
---
format: 1
ruby:
defaults:
group: Programming
relstage: stable
docfiles:
configure_args:
build_functions:
prep: []
configure: []
compile: []
versions:
3.4.4:
config:
build_requires: [ruby-install/0.10.1]

View File

@@ -0,0 +1,13 @@
#%Module1.0
module-whatis "Ruby, open source programming language"
module-url "https://www.ruby-lang.org/"
module-license "https://www.ruby-lang.org/en/about/license.txt"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Ruby is a dynamic, open source programming language with a focus on
simplicity and productivity. It has an elegant syntax that is natural
to read and easy to write.
"