17 lines
582 B
Bash
17 lines
582 B
Bash
|
# Template file for 'Lutris'
|
||
|
pkgname=lutris
|
||
|
version=0.3.6.3
|
||
|
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=a9061403ef8844b2c1443b1c5f15fe98af224d652d66268b47ae8e215e289058
|
||
|
depends="python python-gobject python-yaml python-xdg gvfs"
|
||
|
makedepends="python python-devel python-xdg"
|
||
|
hostmakedepends="python-setuptools"
|
||
|
wrksrc=lutris
|