16 lines
597 B
Bash
16 lines
597 B
Bash
# Template file for 'Lutris'
|
|
pkgname=lutris
|
|
version=0.3.7.2
|
|
revision=1
|
|
build_style=python-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.gz"
|
|
checksum=4166a9f432ab1b1ece49ff5bfeccfdeef7b8e900ad56baee5945d549052b104a
|
|
depends="python python-gobject python-yaml python-xdg gvfs"
|
|
makedepends="python python-devel python-xdg"
|
|
hostmakedepends="python-setuptools python-gobject"
|
|
wrksrc=lutris
|