mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: qsudo-2019.11.29_1
This commit is contained in:
parent
1ac19e2aaf
commit
2242e9b456
1 changed files with 19 additions and 0 deletions
19
srcpkgs/qsudo/template
Normal file
19
srcpkgs/qsudo/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'qsudo'
|
||||||
|
pkgname=qsudo
|
||||||
|
version=2019.11.29
|
||||||
|
revision=1
|
||||||
|
build_wrksrc="src-qt5"
|
||||||
|
build_style=qmake
|
||||||
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
|
makedepends="qt5-devel"
|
||||||
|
depends="sudo"
|
||||||
|
short_desc="Graphical sudo utility from Project Trident"
|
||||||
|
maintainer="Ken Moore <ken@project-trident.org>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/project-trident/qsudo"
|
||||||
|
distfiles="https://github.com/project-trident/qsudo/archive/v${version}.tar.gz"
|
||||||
|
checksum="0768f4dcc59dadb63b1803f6896b59d78f606224e223d2004ca5cba663a1c17b"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense ../LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue