2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/extra/python/build
2019-08-28 18:55:53 +00:00

12 lines
175 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-ensurepip=install
make
make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip"