summaryrefslogtreecommitdiff
path: root/strata/nodejs/node-yamljs.morph
blob: 0192df91fa6f2d7e20322f68a430e3527d5d2f28 (plain)
1
2
3
4
5
6
7
8
9
name: node-yamljs
kind: chunk
build-system: manual
install-commands:
  - mkdir -p "$DESTDIR"/"$PREFIX"/lib/node_modules/yamljs
  - cp -a * "$DESTDIR"/"$PREFIX"/lib/node_modules/yamljs
  - npm config set prefix "$DESTDIR"/"$PREFIX"
  - npm config set unsafe-perm true
  - cd "$DESTDIR"/"$PREFIX" && npm build --global --verbose "$DESTDIR"/"$PREFIX"/lib/node_modules/yamljs