pkg download command and patches
This commit is contained in:
9
assets/var/gnu/nodejs.md
Normal file
9
assets/var/gnu/nodejs.md
Normal file
@ -0,0 +1,9 @@
|
||||
nodejs 26.5.0
|
||||
=
|
||||
https://github.com/nodejs/node/archive/refs/tags/v26.5.0.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
./configure --prefix=$pkgpath
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
Reference in New Issue
Block a user