# lutris - Game manager
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=lutris
version=0.5.22
release=1
desc="Game manager"
url="https://lutris.net/"
license="GPL-3.0-only"
depend="python gtk4 wine mesa vulkan-loader"
makedepend="python"
source="https://github.com/lutris/lutris/archive/refs/tags/v0.5.22.tar.gz"
sha256="SKIP"

build() {
	cd "lutris-0.5.22"
	python -m build --wheel --no-isolation
}

package() {
	cd "lutris-0.5.22"
	python -m installer --destdir="$pkgdir" dist/*.whl
}
