diff options
Diffstat (limited to 'python-prettytable.morph')
-rw-r--r-- | python-prettytable.morph | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python-prettytable.morph b/python-prettytable.morph new file mode 100644 index 0000000..1af69ef --- /dev/null +++ b/python-prettytable.morph @@ -0,0 +1,7 @@ +name: python-prettytable +kind: chunk +build-system: manual +build-commands: +- cd src && python setup.py build +install-commands: +- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR" |