mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
add piston nix pkg for coffeescript]
This commit is contained in:
parent
96ffdb63dd
commit
2490833ef1
7 changed files with 58 additions and 20 deletions
10
packages/coffeescript/2.5.1/build.sh
vendored
10
packages/coffeescript/2.5.1/build.sh
vendored
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Download and install NodeJS
|
||||
curl "https://nodejs.org/dist/v15.10.0/node-v15.10.0-linux-x64.tar.xz" -o node.tar.xz
|
||||
tar xf node.tar.xz --strip-components=1
|
||||
rm node.tar.xz
|
||||
export PATH=$PWD/bin:$PATH
|
||||
|
||||
# Install CoffeeScript via npm and done
|
||||
npm install --global coffeescript@2.5.1
|
1
packages/coffeescript/2.5.1/environment
vendored
1
packages/coffeescript/2.5.1/environment
vendored
|
@ -1 +0,0 @@
|
|||
export PATH=$PWD/bin:$PATH
|
5
packages/coffeescript/2.5.1/metadata.json
vendored
5
packages/coffeescript/2.5.1/metadata.json
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"language": "coffeescript",
|
||||
"version": "2.5.1",
|
||||
"aliases": ["coffeescript", "coffee"]
|
||||
}
|
3
packages/coffeescript/2.5.1/run
vendored
3
packages/coffeescript/2.5.1/run
vendored
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
coffee "$@"
|
1
packages/coffeescript/2.5.1/test.coffee
vendored
1
packages/coffeescript/2.5.1/test.coffee
vendored
|
@ -1 +0,0 @@
|
|||
console.log "OK"
|
Loading…
Add table
Add a link
Reference in a new issue