summaryrefslogtreecommitdiff
path: root/templates/python.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'templates/python.xibuild')
-rw-r--r--templates/python.xibuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/python.xibuild b/templates/python.xibuild
new file mode 100644
index 0000000..ad6b2a9
--- /dev/null
+++ b/templates/python.xibuild
@@ -0,0 +1,7 @@
+build () {
+ python3 setup.py build
+}
+
+package () {
+ python3 setup.py install --prefix=/usr --root=$PKG_DEST
+}