pkg(coffeescript-2.5.1): Add coffeescript 2.5.1

This commit is contained in:
Vargas, Dan 2021-03-23 09:26:12 -05:00
parent 4776700a1b
commit 12de26aa5a
5 changed files with 21 additions and 0 deletions

10
packages/coffeescript/2.5.1/build.sh vendored Executable file
View file

@ -0,0 +1,10 @@
#!/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