14 lines
565 B
Bash
14 lines
565 B
Bash
# Template file for 'protontricks'
|
|
pkgname=protontricks
|
|
version=1.5.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-vdf winetricks"
|
|
short_desc="Simple wrapper that does winetricks things for Proton enabled games"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/Matoking/protontricks"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=6eaf246216fa80587895bf9acb6a49fdc688dad329cf5d384935ebb6538f67df
|
|
make_check=no # no tests in pypi tarball
|