3afa84f84e
Closes #9451.
15 lines
556 B
Bash
15 lines
556 B
Bash
# Template file for 'lutris'
|
|
pkgname=lutris
|
|
version=0.4.14
|
|
revision=1
|
|
build_style=python3-module
|
|
wrksrc="${pkgname}"
|
|
pycompile_module="${pkgname}"
|
|
hostmakedepends="python3-setuptools python3-gobject"
|
|
depends="python3-dbus python3-gobject python3-yaml 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=379df37d2cca46e7678c4a3f26b5033007bc5be10f861e684cd04f45175d8039
|