New package: protontricks and deps

This commit is contained in:
Caleb Anderson 2019-09-07 21:52:27 -04:00 committed by Helmut Pozimski
parent da610f7f48
commit 47ef6a1297
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Template file for 'protontricks'
pkgname=protontricks
version=1.2.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-setuptools"
depends="python3-vdf winetricks"
short_desc="Simple wrapper that does winetricks things for Proton enabled games"
maintainer="Caleb JA <skywise@tutanota.de>"
license="GPL-3.0-only"
homepage="https://github.com/Matoking/${pkgname}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=98316f553d40a01a1e62bb2a1a7ce94b35c1e62b7a1b29a3e07a509fad0503e1

View file

@ -0,0 +1,18 @@
# Template file for 'python3-vdf'
pkgname=python3-vdf
version=3.2
revision=1
wrksrc=vdf-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-setuptools"
short_desc="Python library for working with Valve's VDF text format"
maintainer="Caleb JA <skywise@tutanota.de>"
license="MIT"
homepage="https://github.com/ValvePython/vdf"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ad790a34a20d9c5f36b8bd9e93658f85a9e90be7c84bb3a24f893b531a94e3ca
post_install() {
vlicense LICENSE
}