summaryrefslogtreecommitdiff
path: root/chunks/cloudinit-support-python-prettytable.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/cloudinit-support-python-prettytable.morph')
-rw-r--r--chunks/cloudinit-support-python-prettytable.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/chunks/cloudinit-support-python-prettytable.morph b/chunks/cloudinit-support-python-prettytable.morph
new file mode 100644
index 00000000..9100fdef
--- /dev/null
+++ b/chunks/cloudinit-support-python-prettytable.morph
@@ -0,0 +1,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"