# Maintainer: Frederik “Freso” S. Olesen # Contributor: Maxime Gauduin pkgname=lutris-git pkgver=0.3.7.2.r6.76514e8 pkgrel=1 pkgdesc='Open Gaming Platform' arch=('any') url='https://lutris.net/' license=('GPL3') depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr' 'python2-dbus' 'python2-gobject' 'python2-xdg' 'python2-yaml' 'xdg-user-dirs') makedepends=('git' 'python2-setuptools') provides=('lutris') conflicts=('lutris') install='lutris.install' source=('git+https://github.com/lutris/lutris.git') sha256sums=('SKIP') pkgver() { cd lutris git describe --tags | sed 's/v//; s/-/.r/; s/-g/./' } package() { cd lutris python2 setup.py install --root="${pkgdir}" --optimize='1' } # vim: ts=2 sw=2 et: