summaryrefslogtreecommitdiff
path: root/chunks/pyyaml.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/pyyaml.morph')
-rw-r--r--chunks/pyyaml.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/chunks/pyyaml.morph b/chunks/pyyaml.morph
new file mode 100644
index 00000000..8383fdf0
--- /dev/null
+++ b/chunks/pyyaml.morph
@@ -0,0 +1,8 @@
+name: pyyaml
+kind: chunk
+repo: upstream:pyyaml
+ref: d9fbcceaed39d955f6871b07c61dc42f824285c1
+build-commands:
+- python setup.py --without-libyaml build
+install-commands:
+- python setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"