mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -9,8 +9,10 @@ version=${RUBY_VERSION}
|
|||
useconfigure="true"
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("tool/config.sub")
|
||||
files="${RUBY_ARCHIVE_URL} ${RUBY_ARCHIVE} ${RUBY_ARCHIVE_SHA256SUM}
|
||||
https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip ruby-logo-kit.zip 7f0a980e09874d35d80b958949dc2460e683957de3d2494a1499aea9d9989055"
|
||||
files=(
|
||||
"${RUBY_ARCHIVE_URL} ${RUBY_ARCHIVE} ${RUBY_ARCHIVE_SHA256SUM}"
|
||||
"https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip ruby-logo-kit.zip 7f0a980e09874d35d80b958949dc2460e683957de3d2494a1499aea9d9989055"
|
||||
)
|
||||
launcher_name="Ruby IRB"
|
||||
launcher_category="Development"
|
||||
launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --legacy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue