22 lines
820 B
Bash
22 lines
820 B
Bash
# Template file for 'protontricks'
|
|
pkgname=protontricks
|
|
version=1.6.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"
|
|
changelog="https://raw.githubusercontent.com/Matoking/protontricks/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=7fe1bcc4cf029947850d8032b8a389e07ffb4e60e2d25a9c7535fa6e845b3ad8
|
|
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
|
|
}
|