mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
# description : Python bindings for the Linux input subsystem
|
|
# depends : python3 python3-setuptools
|
|
|
|
name=python3-evdev
|
|
version=1.6.0
|
|
release=1
|
|
_commit=5adc2abf1ec8a02c05c80cb1b3e34ba1d4237803 # tags/v1.4.0^0
|
|
source="$name.zip::https://github.com/gvalkov/python-evdev/archive/$_commit.zip"
|
|
|
|
build() {
|
|
cd python-evdev-$_commit
|
|
python3 setup.py build
|
|
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
|
|
}
|