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