mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 09:26:32 +00:00
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
# description : A fully functional X client library for Python programs
|
|
# depends : python3 python3-six python3-setuptools
|
|
|
|
name=python3-xlib
|
|
version=0.23
|
|
release=1
|
|
source=($name-$version.tar.gz::https://github.com/python-xlib/python-xlib/archive/$version.tar.gz)
|
|
md5sum=(25cce33d54e0ed118f529b9f5aec421c)
|
|
|
|
build() {
|
|
cd python-xlib-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
|
|
}
|