22 lines
840 B
Bash
22 lines
840 B
Bash
# Template file for 'protontricks'
|
|
pkgname=protontricks
|
|
version=1.12.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-vdf winetricks python3-setuptools python3-Pillow"
|
|
checkdepends="$depends"
|
|
short_desc="Simple wrapper that does winetricks things for Proton enabled games"
|
|
maintainer="zenobit <zenobit@disroot.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/protontricks/protontricks-${version}.tar.gz"
|
|
checksum=c619721ec0b16519ba45940037b030369068f80d3aa5b9f657e2f511c320f45c
|
|
|
|
post_install() {
|
|
# Remove `protontricks-desktop-install`, since we
|
|
# already install .desktop files properly.
|
|
rm ${DESTDIR}/usr/bin/protontricks-desktop-install
|
|
}
|