summaryrefslogtreecommitdiff
path: root/chunks/cloudinit-support-python-prettytable.morph
blob: 9100fdef3c31e9b741fe8dc1d93905dfbcb9fc02 (plain)
1
2
3
4
5
6
7
8
9
name: python-prettytable
kind: chunk
repo: upstream:python-prettytable
ref: 941133673e5a0003cd5ce1b6db2a51cf3307d9c1
build-system: manual
build-commands:
- cd src && python setup.py build
install-commands:
- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"