summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/tools.morph11
-rw-r--r--strata/tools/protobuf.morph6
2 files changed, 17 insertions, 0 deletions
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"