2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/python-setuptools/build

12 lines
211 B
Plaintext
Raw Normal View History

2019-06-27 07:31:12 +00:00
#!/bin/sh -e
2019-06-27 08:13:22 +00:00
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
2019-06-27 07:31:12 +00:00
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1" \
--optimize=1 \
--skip-build