From f00050c055cab99f6d1ac409e05c2721acfa4678 Mon Sep 17 00:00:00 2001 From: Kho-Dialga Date: Thu, 8 Jul 2021 08:14:15 -0600 Subject: [PATCH] New package: proton-caller-2.3.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..101e077c1f4f --- /dev/null +++ b/srcpkgs/proton-caller/template @@ -0,0 +1,16 @@ +# Template file for 'proton-caller' +pkgname=proton-caller +version=2.3.2 +revision=1 +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="e901970d327667ec6a07916355ff5becd400aa574d4daeeb3b76560e4a482544" + +post_install() { + vlicense LICENSE +}