diff options
author | davidovski <david@davidovski.xyz> | 2022-04-17 22:07:52 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-17 22:07:52 +0100 |
commit | c35d083dc525e223b085ec00e6863ea6eafb003c (patch) | |
tree | 5bbe25b4f92cd1821c8cbbefed9c19de6e42b98e /templates/python.xibuild | |
parent | 7cc715c1249422ddf91987be64a35eef43e3e62d (diff) |
updated musl
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 +} |