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