# Description: Open Gaming Platform # URL: https://lutris.net # Maintainer: Malte Kiefer # Depends on: xterm gdk-pixbuf-32 python3 xorg-font-msttcorefonts desktop-file-utils hicolor-icon-theme polkit gtk python3-pip python3-setuptools python3-gobject sqlite3-32 name=lutris version=0.4.20 release=1 source=(https://github.com/$name/$name/archive/v$version.tar.gz) build() { cd $name-$version pip3 install evdev pydbus pyyaml pyinotify python3 setup.py build python3 setup.py install --root="$PKG" --optimize=1 --skip-build }