forked from kiss-community/repo
nodejs: Add package
This commit is contained in:
parent
4da26b41b5
commit
ba2542e485
9
testing/nodejs/build
Executable file
9
testing/nodejs/build
Executable 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
1
testing/nodejs/checksums
Normal file
@ -0,0 +1 @@
|
||||
06484eac7f6b7c87e96983a039422347c0047284bc4d373d90884ae3966dc213 node-v9.11.2.tar.xz
|
1
testing/nodejs/depends
Normal file
1
testing/nodejs/depends
Normal file
@ -0,0 +1 @@
|
||||
#python
|
1
testing/nodejs/sources
Normal file
1
testing/nodejs/sources
Normal file
@ -0,0 +1 @@
|
||||
https://nodejs.org/dist/v9.11.2/node-v9.11.2.tar.xz
|
1
testing/nodejs/version
Normal file
1
testing/nodejs/version
Normal file
@ -0,0 +1 @@
|
||||
9.11.2 1
|
Loading…
Reference in New Issue
Block a user