void-packages/srcpkgs/protontricks/template
2021-10-09 08:01:34 -04:00

22 lines
820 B
Bash

# Template file for 'protontricks'
pkgname=protontricks
version=1.6.0
revision=2
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"
changelog="https://raw.githubusercontent.com/Matoking/protontricks/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=c25b51f6d353f6672edd3417ad2dd2c04d6cd9f6ed8876a5874f313bbfd180ae
make_check=no # no tests in pypi tarball
post_install() {
# Remove `protontricks-desktop-install`, since we
# already install .desktop files properly.
rm ${DESTDIR}/usr/bin/protontricks-desktop-install
}