summaryrefslogtreecommitdiff
path: root/python-prettytable.morph
blob: 1af69ef90876282056d1f51f59f87a6f711bc409 (plain)
1
2
3
4
5
6
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"