mirror of
https://github.com/engineer-man/piston.git
synced 2025-07-06 14:08:45 +02:00
Compare commits
No commits in common. "f2973f0536feac668f291077e64a789db3f928bd" and "6e748c614c466181b0909f513a50cc1241b44a40" have entirely different histories.
f2973f0536
...
6e748c614c
6 changed files with 0 additions and 36 deletions
21
packages/ruby/3.0.1/build.sh
vendored
21
packages/ruby/3.0.1/build.sh
vendored
|
@ -1,21 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
# Download and extract ruby
|
||||
curl "https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.1.tar.gz" -o ruby.tar.gz
|
||||
tar xzf ruby.tar.gz --strip-components=1
|
||||
rm ruby.tar.gz
|
||||
|
||||
# Autoconf based
|
||||
./configure --prefix "$PREFIX"
|
||||
make -j$(nproc)
|
||||
make install -j$(nproc)
|
||||
|
||||
# Cleanup
|
||||
cd ..
|
||||
rm -rf build
|
||||
|
4
packages/ruby/3.0.1/environment
vendored
4
packages/ruby/3.0.1/environment
vendored
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Path to ruby binary
|
||||
export PATH=$PWD/bin:$PATH
|
5
packages/ruby/3.0.1/metadata.json
vendored
5
packages/ruby/3.0.1/metadata.json
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"language": "ruby",
|
||||
"version": "3.0.1",
|
||||
"aliases": ["ruby3", "rb"]
|
||||
}
|
4
packages/ruby/3.0.1/run
vendored
4
packages/ruby/3.0.1/run
vendored
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Run ruby script with args
|
||||
ruby "$@"
|
1
packages/ruby/3.0.1/test.rb
vendored
1
packages/ruby/3.0.1/test.rb
vendored
|
@ -1 +0,0 @@
|
|||
puts("OK")
|
|
@ -315,7 +315,6 @@ Content-Type: application/json
|
|||
`swift`,
|
||||
`typescript`,
|
||||
`vlang`,
|
||||
`yeethon`,
|
||||
`zig`,
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue