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