summaryrefslogtreecommitdiff
path: root/chunks/cloudinit-support-python-prettytable.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 12:22:53 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 12:22:53 +0000
commit0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 (patch)
treeda8498e1eab2464b06117337cb0b7c87322e6ed1 /chunks/cloudinit-support-python-prettytable.morph
parent10dda889872542b8f261555c139791ff34eec9b1 (diff)
downloaddefinitions-0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5.tar.gz
Add chunk morphologies to definitions repositorybaserock/adamcoldrick/chunks-in-definitions-by-kind
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"