# Description: Python bindings for the Linux input subsystem # URL: https://github.com/gvalkov/python-evdev # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3 name=python3-evdev version=0.7.0 release=1 source=(https://github.com/gvalkov/python-evdev/archive/v$version/python-evdev-$version.tar.gz) build() { cd python-evdev-$version python3 setup.py install --root $PKG --optimize=1 }