summaryrefslogtreecommitdiff
path: root/chunks/googletest.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/googletest.morph')
-rw-r--r--chunks/googletest.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/chunks/googletest.morph b/chunks/googletest.morph
new file mode 100644
index 00000000..c23542b5
--- /dev/null
+++ b/chunks/googletest.morph
@@ -0,0 +1,9 @@
+name: googletest
+kind: chunk
+repo: upstream:googletest
+ref: 5e3f7d3db4c16e2ba8b42b0bf4689f7d2abbcb08
+build-system: autotools
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- mkdir -p $DESTDIR/usr/share/gtest/m4
+- install -m 644 m4/acx_pthread.m4 $DESTDIR/usr/share/gtest/m4