summaryrefslogtreecommitdiff
path: root/tests/hello-chunk.morph
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello-chunk.morph')
-rw-r--r--tests/hello-chunk.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/hello-chunk.morph b/tests/hello-chunk.morph
new file mode 100644
index 00000000..739239ff
--- /dev/null
+++ b/tests/hello-chunk.morph
@@ -0,0 +1,17 @@
+{
+ "name": "hello",
+ "kind": "chunk",
+ "source": {
+ "repo": "hello",
+ "ref": "master"
+ },
+ "configure-commands": [
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}