pkg(javascript-node): Added javascript-node 14.16.0 15.10.0 (#130)

This commit is contained in:
ThreshMain 2021-03-05 03:38:22 +01:00 committed by GitHub
parent a2f3058dff
commit 8047c8e986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 1 deletions

View File

@ -204,7 +204,7 @@ Content-Type: application/json
# Supported Languages
`python`,`php`
`python`,`php`,`node`
<br>

View File

@ -0,0 +1,22 @@
NAME=javascript-node
AUTHOR=Martin Kos <martinkos007@gmail.com>
DEPENDENCIES=
COMPILED=false
VERSIONS=14.16.0 15.10.0
include common.mk
${RUN_FILE}:
echo 'node $$*' > $@
${ENV_FILE}:
echo 'export PATH=$$PWD/bin:$$PATH' > $@
${BIN_DIR}: ${BUILD_DIR}node-${VERSION}-sources/
mkdir -p $@
mv $<bin/node $@
chmod +x $@/node
${BUILD_DIR}node-${VERSION}-sources.tar.xz:
curl "https://nodejs.org/dist/v${VERSION}/node-v${VERSION}-linux-x64.tar.xz" -o $@

View File

@ -0,0 +1 @@
console.log("OK")