From dc64187425f31e2ea978d34966ff1137aebfc14c Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 7 Oct 2014 22:28:01 +0000 Subject: Add mosh to tools --- strata/tools.morph | 11 +++++++++++ strata/tools/protobuf.morph | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 strata/tools/protobuf.morph diff --git a/strata/tools.morph b/strata/tools.morph index baf64977..eca02685 100644 --- a/strata/tools.morph +++ b/strata/tools.morph @@ -176,3 +176,14 @@ chunks: unpetrify-ref: v3.3.9 build-depends: [] prefix: / +- name: protobuf + morph: strata/tools/protobuf.morph + repo: github:google/protobuf.git + ref: a21bf2e6466095c7a2cdb991017da9639cf496e5 + build-depends: [] +- name: mosh + repo: github:keithw/mosh.git + ref: 688bf21b079c7adf30b87e0f4d8b75e709d5d161 + build-depends: + - protobuf + diff --git a/strata/tools/protobuf.morph b/strata/tools/protobuf.morph new file mode 100644 index 00000000..5e9871da --- /dev/null +++ b/strata/tools/protobuf.morph @@ -0,0 +1,6 @@ +name: protobuf +kind: chunk +build-system: autotools +configure-commands: +- autoreconf -ivf +- ./configure --prefix="$PREFIX" -- cgit v1.2.1