New Package: touchegg-gce-1.3.1.20220502_1

This commit is contained in:
KF-Art 2022-05-02 18:05:18 -04:00
parent 758f64361c
commit bb4340e859

View file

@ -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 <https://github.com/KF-Art>"
license="GPL-3.0"
homepage="https://github.com/Raffarti/Touchegg-gce"
do_fetch() {
git clone ${homepage} ${wrksrc}
}
post_install() {
vlicense COPYING
}