summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyyaml.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyyaml.morph b/pyyaml.morph
new file mode 100644
index 0000000..f47dd65
--- /dev/null
+++ b/pyyaml.morph
@@ -0,0 +1,10 @@
+{
+ "name": "pyyaml",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py build"
+ ],
+ "install-commands": [
+ "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ ]
+}