From 2d9ac8478312eac75fe98710ddf67c1140dc8a66 Mon Sep 17 00:00:00 2001 From: Caleb Anderson Date: Sat, 7 Sep 2019 21:52:27 -0400 Subject: [PATCH] New package: protontricks and deps --- srcpkgs/protontricks/template | 15 +++++++++++++++ srcpkgs/vdf/template | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 srcpkgs/protontricks/template create mode 100644 srcpkgs/vdf/template diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template new file mode 100644 index 00000000000..4ae8cd2f399 --- /dev/null +++ b/srcpkgs/protontricks/template @@ -0,0 +1,15 @@ +# Template file for 'protontricks' +pkgname=protontricks +version=1.2.4 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-setuptools" +depends="python-setuptools vdf winetricks" +short_desc="Simple wrapper that does winetricks things for Proton enabled games" +maintainer="Caleb JA " +license="GPL-3.0-only" +homepage="https://github.com/Matoking/${pkgname}" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=98316f553d40a01a1e62bb2a1a7ce94b35c1e62b7a1b29a3e07a509fad0503e1 + diff --git a/srcpkgs/vdf/template b/srcpkgs/vdf/template new file mode 100644 index 00000000000..d87b616b0fc --- /dev/null +++ b/srcpkgs/vdf/template @@ -0,0 +1,17 @@ +# Template file for 'vdf' +pkgname=vdf +version=3.2 +revision=1 +build_style=python-module +makedepends="python-setuptools python3-setuptools" +short_desc="Python library for working with Valve's VDF text format" +maintainer="Caleb JA " +license="MIT" +homepage="https://github.com/ValvePython/${pkgname}" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=ad790a34a20d9c5f36b8bd9e93658f85a9e90be7c84bb3a24f893b531a94e3ca + +post_install() { + vlicense LICENSE +} +