From 3174f8fc609a62908757eeb3a8dfcf5bd145934d Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 20 Jan 2015 10:51:49 +0000 Subject: Move some tools into newly created devtools stratum Collect tools which nothing build depends on into same stratum to reduce unnecessary rebuilding. --- strata/devtools.morph | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 strata/devtools.morph (limited to 'strata/devtools.morph') diff --git a/strata/devtools.morph b/strata/devtools.morph new file mode 100644 index 00000000..b6e5daf7 --- /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: 592b8c975bf83b4dcf608769bc664a80cb1daf9e + 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: [] -- cgit v1.2.1