From 8e8117a50228df66bd4c12ca79a24122a748bdea Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 28 Nov 2019 09:09:52 -0500 Subject: [PATCH] Start adding a port template for qsudo on void linux --- xbps/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xbps/template diff --git a/xbps/template b/xbps/template new file mode 100644 index 0000000..824c665 --- /dev/null +++ b/xbps/template @@ -0,0 +1,19 @@ +# Template file for 'qsudo' +pkgname=qsudo +version=2019.10.12 +revision=1 +short_desc="Graphical sudo utility from Project Trident" +tags="trident sudo kdesu gksu" +maintainer="Ken Moore " +license="BSD-2-Clause" +homepage="https://github.com/project-trident/qsudo" +distfiles="https://github.com/project-trident/qsudo/archive/v${version}.tar.gz" +checksum="" + +build_helper="qmake" +build_wrksrc="src-qt5" +depends="sudo" + +do_install() { + vlicense LICENSE +}