# Maintainer: Frederik “Freso” S. Olesen # Contributor: Maxime Gauduin pkgname=lutris pkgver=0.4.11.1 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-yaml' 'python-evdev') makedepends=('python-setuptools') optdepends=( 'python-pyinotify: Enhanced Steam integration.' ) source=("https://lutris.net/releases/lutris_${pkgver}.tar.xz") sha256sums=('e234e65f8a27e6e804893697e0ccf76b6ce2f27b6de136da55de1468b3b1a447') package() { cd lutris python setup.py install --root="${pkgdir}" --optimize='1' } # vim: ts=2 sw=2 et: