From ce6c31a4671525a3c556824c355553ee7e412489 Mon Sep 17 00:00:00 2001 From: Kho-Dialga Date: Thu, 8 Jul 2021 08:14:15 -0600 Subject: [PATCH 1/2] New package: proton-caller-2.3.0 --- srcpkgs/proton-caller/INSTALL.msg | 2 ++ srcpkgs/proton-caller/template | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 srcpkgs/proton-caller/INSTALL.msg create mode 100644 srcpkgs/proton-caller/template diff --git a/srcpkgs/proton-caller/INSTALL.msg b/srcpkgs/proton-caller/INSTALL.msg new file mode 100644 index 000000000000..99718b588996 --- /dev/null +++ b/srcpkgs/proton-caller/INSTALL.msg @@ -0,0 +1,2 @@ +You need to have at least one version of Proton on your Steam folder +and you need to have python installed as proton requires it. diff --git a/srcpkgs/proton-caller/template b/srcpkgs/proton-caller/template new file mode 100644 index 000000000000..1e6f92c75e86 --- /dev/null +++ b/srcpkgs/proton-caller/template @@ -0,0 +1,16 @@ +# Template file for 'proton-caller' +pkgname=proton-caller +version=2.3.0 +revision=1 +archs="x86_64 i686" +build_style=cargo +short_desc="Run any Windows program through Proton" +maintainer="Iván Brito " +license="MIT" +homepage="https://github.com/caverym/proton-caller/" +distfiles="https://github.com/caverym/${pkgname}/archive/${version}.tar.gz" +checksum="73908fc8fd3e4ed8cf532be5569b36f244f4b2ddd905748a2b844f49f94ab638" + +post_install() { + vlicense LICENSE +} From 3667716ac7f86f65688da65fc4acb41d9ef3f425 Mon Sep 17 00:00:00 2001 From: Kho-Dialga Date: Mon, 20 Sep 2021 21:37:25 -0600 Subject: [PATCH 2/2] --amend --- srcpkgs/proton-caller/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/proton-caller/template b/srcpkgs/proton-caller/template index 1e6f92c75e86..101e077c1f4f 100644 --- a/srcpkgs/proton-caller/template +++ b/srcpkgs/proton-caller/template @@ -1,15 +1,15 @@ # Template file for 'proton-caller' pkgname=proton-caller -version=2.3.0 +version=2.3.2 revision=1 -archs="x86_64 i686" build_style=cargo + short_desc="Run any Windows program through Proton" maintainer="Iván Brito " license="MIT" homepage="https://github.com/caverym/proton-caller/" distfiles="https://github.com/caverym/${pkgname}/archive/${version}.tar.gz" -checksum="73908fc8fd3e4ed8cf532be5569b36f244f4b2ddd905748a2b844f49f94ab638" +checksum="e901970d327667ec6a07916355ff5becd400aa574d4daeeb3b76560e4a482544" post_install() { vlicense LICENSE