summaryrefslogtreecommitdiff
path: root/strata/devtools.morph
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-22 17:03:05 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-22 17:03:05 +0000
commit904adf511bf2682bc8bef01de83191349dce2516 (patch)
treef78209cbc3cd688c4b4caadb54914d2f214090e0 /strata/devtools.morph
parent95c31140fced760a5f8c3392b86b54a117f1ac82 (diff)
parent4f5153568ce2575a7a5e90afa7370dcabfc4e7ce (diff)
downloaddefinitions-904adf511bf2682bc8bef01de83191349dce2516.tar.gz
Merge branch 'baserock/richardipsum/add-devtools-stratum'
Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk> Paul Sherwood <paul.sherwood@codethink.co.uk>
Diffstat (limited to 'strata/devtools.morph')
-rw-r--r--strata/devtools.morph32
1 files changed, 32 insertions, 0 deletions
diff --git a/strata/devtools.morph b/strata/devtools.morph
new file mode 100644
index 00000000..73ebd783
--- /dev/null
+++ b/strata/devtools.morph
@@ -0,0 +1,32 @@
+name: devtools
+kind: stratum
+description: |
+ Extra development tools included in the devel system, this stratum
+ is here to help reduce unnecessary building, chunks added to this
+ stratum should not have any dependants (please don't build-depend on this
+ stratum)
+build-depends:
+- morph: strata/foundation.morph
+chunks:
+- name: vim
+ morph: strata/devtools/vim.morph
+ repo: upstream:vim
+ ref: 07c2c06799e0579e6bfb1a7d98acf38e36a98f79
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: pv
+ repo: upstream:pv
+ ref: d6ce7cfec684fa72d7a919d7b1aa817a0ca6102a
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: screen
+ morph: strata/devtools/screen.morph
+ repo: upstream:screen
+ ref: 7dd4a9e5f385c96a77e8ee5c977a1dde4c0ff467
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: less
+ repo: upstream:less
+ ref: 09a405d8f652b56944c93ebf5c673cdfe5319b04
+ unpetrify-ref: baserock/morph
+ build-depends: []