From bb4340e85918093ddb2f3bd3e5bf0f3889b89df4 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Mon, 2 May 2022 18:05:18 -0400 Subject: [PATCH] New Package: touchegg-gce-1.3.1.20220502_1 --- srcpkgs/touchegg-gce/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/touchegg-gce/template diff --git a/srcpkgs/touchegg-gce/template b/srcpkgs/touchegg-gce/template new file mode 100644 index 0000000..766293a --- /dev/null +++ b/srcpkgs/touchegg-gce/template @@ -0,0 +1,21 @@ +# Template file for 'touchegg-gce' +pkgname=touchegg-gce +version=1.3.1.20220502 +repository="cereus-extra" +revision=1 +build_style=qmake +hostmakedepends="git qt5-qmake awk" +makedepends="qt5-host-tools qt5-devel" +depends="qt5-core" +short_desc="A graphical user interface for touchégg - git branch" +maintainer="KF-Art " +license="GPL-3.0" +homepage="https://github.com/Raffarti/Touchegg-gce" + +do_fetch() { + git clone ${homepage} ${wrksrc} +} + +post_install() { + vlicense COPYING +}