mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
f02b5c0d28
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
408 B
Text
11 lines
408 B
Text
npm2tgz generates a Slackware compatible package from a node module
|
|
usage: <OPTIONS> npm2tgz <modules_name>
|
|
The resulting package is located under /tmp
|
|
Possible OPTIONS are:
|
|
BUILD=<value> (currently: 1)
|
|
TAG=<value> (currently: SBo)
|
|
OUTPUT=<value> (currently: /tmp)
|
|
ARCH=<value> (currently: npmjs)
|
|
PREFIX=<value> (currently: /usr)
|
|
NPMBIN=<value> (currently: /usr/bin/npm)
|
|
|