nodejs: Add package

This commit is contained in:
Dylan Araps 2019-07-23 02:15:26 +03:00
parent 4da26b41b5
commit ba2542e485
5 changed files with 13 additions and 0 deletions

9
testing/nodejs/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
chmod +x configure
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
testing/nodejs/checksums Normal file
View File

@ -0,0 +1 @@
06484eac7f6b7c87e96983a039422347c0047284bc4d373d90884ae3966dc213 node-v9.11.2.tar.xz

1
testing/nodejs/depends Normal file
View File

@ -0,0 +1 @@
#python

1
testing/nodejs/sources Normal file
View File

@ -0,0 +1 @@
https://nodejs.org/dist/v9.11.2/node-v9.11.2.tar.xz

1
testing/nodejs/version Normal file
View File

@ -0,0 +1 @@
9.11.2 1