# Maintainer: Frederik “Freso” S. Olesen # Contributor: Maxime Gauduin pkgname=lutris pkgver=0.4.2 pkgrel=1 pkgdesc='Open Gaming Platform' arch=('any') url='https://lutris.net/' license=('GPL3') depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr' 'python-dbus' 'python-gobject' 'python-xdg' 'python-yaml' 'xdg-user-dirs') makedepends=('python-setuptools') optdepends=( 'python-evdev: Detecting connected joypads.' 'python-pyinotify: Enhanced Steam integration.' ) source=("https://lutris.net/releases/lutris_${pkgver}.tar.xz") sha256sums=('75d9e2fc4313770f0665d2ddf66e48a651f3279af5808c95df4581e7d99e18e7') package() { cd lutris python setup.py install --root="${pkgdir}" --optimize='1' } # vim: ts=2 sw=2 et: