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