Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
nodejs: Add package
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 22, 2019
1 parent 4da26b4 commit ba2542e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testing/nodejs/build
@@ -0,0 +1,9 @@
#!/bin/sh -e

chmod +x configure

./configure \
--prefix=/usr

make
make DESTDIR="$1" install
1 change: 1 addition & 0 deletions testing/nodejs/checksums
@@ -0,0 +1 @@
06484eac7f6b7c87e96983a039422347c0047284bc4d373d90884ae3966dc213 node-v9.11.2.tar.xz
1 change: 1 addition & 0 deletions testing/nodejs/depends
@@ -0,0 +1 @@
#python
1 change: 1 addition & 0 deletions testing/nodejs/sources
@@ -0,0 +1 @@
https://nodejs.org/dist/v9.11.2/node-v9.11.2.tar.xz
1 change: 1 addition & 0 deletions testing/nodejs/version
@@ -0,0 +1 @@
9.11.2 1

0 comments on commit ba2542e

Please sign in to comment.