From 750d247afe5c0915da70f9e784948f02c35c0983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 6 Sep 2017 20:38:28 +0100 Subject: core: Add ninja --- strata/core/ninja.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 strata/core/ninja.morph (limited to 'strata/core/ninja.morph') diff --git a/strata/core/ninja.morph b/strata/core/ninja.morph new file mode 100644 index 00000000..c0a7d8ea --- /dev/null +++ b/strata/core/ninja.morph @@ -0,0 +1,7 @@ +name: ninja +kind: chunk +build-system: manual +build-commands: +- ./configure.py --bootstrap +install-commands: +- cp ninja "$DESTDIR$PREFIX"/bin -- cgit v1.2.1