diff options
Diffstat (limited to 'strata/morph-utils/python-ttystatus.morph')
-rw-r--r-- | strata/morph-utils/python-ttystatus.morph | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/morph-utils/python-ttystatus.morph b/strata/morph-utils/python-ttystatus.morph new file mode 100644 index 00000000..e45ef7a8 --- /dev/null +++ b/strata/morph-utils/python-ttystatus.morph @@ -0,0 +1,6 @@ +name: python-ttystatus +kind: chunk +build-commands: +- python setup.py build +install-commands: +- python setup.py install --prefix=/usr --root "$DESTDIR" |