2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/python-setuptools/build
2019-06-27 12:10:34 +03:00

12 lines
211 B
Bash
Executable File

#!/bin/sh -e
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1" \
--optimize=1 \
--skip-build