From fe7238ac335d8591591eae8998c67c6c98ac595b Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Mon, 24 Feb 2014 21:58:07 +0000 Subject: initial trial of a node stratum --- node-stuff.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 node-stuff.morph diff --git a/node-stuff.morph b/node-stuff.morph new file mode 100644 index 00000000..07e0a71a --- /dev/null +++ b/node-stuff.morph @@ -0,0 +1,20 @@ +name: node-stuff +kind: stratum +description: node and various node things +build-depends: +- morph: tools +chunks: +- name: node + repo: file:///src2/ws-subway/add-subway/upstream:node + ref: master + build-depends: [] +- name: npm + repo: file:///src2/ws-subway/add-subway/upstream:npm + ref: master + build-depends: [] +- name: subway + repo: file:///src2/ws-subway/add-subway/upstream:subway + ref: master + build-depends: + - npm + -- cgit v1.2.1