16 lines
630 B
Bash
16 lines
630 B
Bash
# Template file for 'Lutris'
|
|
pkgname=lutris
|
|
version=0.3.8
|
|
revision=1
|
|
build_style=python2-module
|
|
pycompile_module="lutris"
|
|
short_desc="Open gaming platform for managing games in a unified way"
|
|
maintainer="Jan Wey. <janwey.git@gmail.com>"
|
|
homepage="https://lutris.net/"
|
|
license="GPL-3"
|
|
distfiles="http://lutris.net/releases/${pkgname}_${version}.tar.xz"
|
|
checksum=404b8379dbf9dcab6e25bca781b8afe0b3f9cd9b27ff58cba8b8c98f54fb74f4
|
|
depends="python python-gobject python-yaml python-xdg python-dbus python-inotify gvfs xrandr"
|
|
makedepends="python python-devel python-xdg"
|
|
hostmakedepends="python-setuptools python-gobject"
|
|
wrksrc=lutris
|