# Description: User-mode driver and GTK3 based GUI for Steam Controller # URL: https://github.com/kozec/sc-controller # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: gtk3 python3-build python3-evdev python3-gobject python3-installer python3-pylibacl python3-wheel name=sc-controller version=0.4.8.13 release=1 source=(https://github.com/Ryochan7/sc-controller/archive/v$version.tar.gz) renames=($name-$version.tar.gz) build() { cd $name-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }