16 lines
573 B
Bash
16 lines
573 B
Bash
# Template file for 'Lutris'
|
|
pkgname=lutris
|
|
version=0.4.4.1
|
|
revision=1
|
|
build_style=python3-module
|
|
wrksrc="${pkgname}"
|
|
pycompile_module="${pkgname}"
|
|
hostmakedepends="python3-setuptools python3-gobject"
|
|
depends="python3-dbus python3-gobject 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=203d24fdbb2f40e02e95e8f7b9c27701b8bfd9d25909ea149d702a18477b8485
|