summaryrefslogtreecommitdiff
path: root/cgit.morph
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.morph')
-rw-r--r--cgit.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/cgit.morph b/cgit.morph
new file mode 100644
index 0000000..38ce46d
--- /dev/null
+++ b/cgit.morph
@@ -0,0 +1,11 @@
+{
+ "name": "cgit",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make prefix=\"$PREFIX\""
+ ],
+ "install-commands": [
+ "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}