15 lines
572 B
Bash
15 lines
572 B
Bash
# Template file for 'Lutris'
|
|
pkgname=lutris
|
|
version=0.4.10
|
|
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=6ad3e5d08a7ce1644b3cf0bd50d928b14b6a30d82eec6a5b899c2d8a55d747c6
|