diff options
Diffstat (limited to 'templates/python.xibuild')
-rw-r--r-- | templates/python.xibuild | 7 |
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 +} |