mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Add picoruby-3.0.0
This commit is contained in:
parent
10143ea17b
commit
bcb9277365
2 changed files with 10 additions and 0 deletions
|
@ -688,6 +688,15 @@ build_package_mruby() {
|
|||
} >&4 2>&1
|
||||
}
|
||||
|
||||
build_package_picoruby() {
|
||||
{ ./minirake
|
||||
mkdir -p "$PREFIX_PATH"
|
||||
cp -fR build/host/* include "$PREFIX_PATH"
|
||||
ln -fs picoruby "$PREFIX_PATH/bin/ruby"
|
||||
ln -fs picoirb "$PREFIX_PATH/bin/irb"
|
||||
} >&4 2>&1
|
||||
}
|
||||
|
||||
build_package_maglev() {
|
||||
build_package_copy
|
||||
|
||||
|
|
1
share/ruby-build/picoruby-3.0.0
Normal file
1
share/ruby-build/picoruby-3.0.0
Normal file
|
@ -0,0 +1 @@
|
|||
install_package "picoruby-3.0.0" "https://github.com/picoruby/picoruby/archive/3.0.0.tar.gz#f25faf1ca6dbc21e167dd4ad42e29ed61e9426a106c4170601a294e046ede430" picoruby
|
Loading…
Reference in a new issue