From c35d083dc525e223b085ec00e6863ea6eafb003c Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Sun, 17 Apr 2022 22:07:52 +0100
Subject: updated musl

---
 templates/python.xibuild | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 templates/python.xibuild

(limited to 'templates/python.xibuild')

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
+}
-- 
cgit v1.2.1