mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
# description : SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-pysocks
|
|
version=1.7.0
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/Anorov/PySocks/archive/$version.tar.gz"
|
|
|
|
build() {
|
|
cd PySocks-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
}
|