This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2025-01-12 05:40:23 -07:00
Code
Issues
Wiki
306967306e
repo
/
extra
/
nodejs
/
build
9 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
nodejs: Add package
2019-07-22 17:15:26 -06:00
#!/bin/sh -e
nodejs: bump to 13.0.0
2019-10-23 02:14:44 -06:00
./configure \
nodejs: bump to 13.9.0
2020-02-19 03:36:46 -07:00
--prefix=/usr \
--shared-zlib
nodejs: Add package
2019-07-22 17:15:26 -06:00
make
make DESTDIR="$1" install
Copy Permalink