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