From dbbdcdd6475fedaa4ae34b6fcb56101525855e52 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.morph | 7 +++++++ strata/core/ninja.morph | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 strata/core/ninja.morph diff --git a/strata/core.morph b/strata/core.morph index a0da0724..9b6d6eee 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -469,6 +469,13 @@ chunks: - automake - libtool - perl +- name: ninja + morph: strata/core/ninja.morph + repo: upstream:ninja + ref: 717b7b4a31db6027207588c0fb89c3ead384747b + unpetrify-ref: v1.7.2 + build-depends: + - python3 - name: meson repo: upstream:meson ref: a629642f1ecaeaef85438156e1184ac300df536a diff --git a/strata/core/ninja.morph b/strata/core/ninja.morph new file mode 100644 index 00000000..26da5cae --- /dev/null +++ b/strata/core/ninja.morph @@ -0,0 +1,9 @@ +name: ninja +kind: chunk +build-system: manual +build-commands: +- ./configure.py --bootstrap +install-commands: +- | + mkdir -p "$DESTDIR$PREFIX"/bin + cp ninja "$DESTDIR$PREFIX"/bin -- cgit v1.2.1