123456789101112131415161718192021 |
- # Template file for 'nologind'
- pkgname=nologind
- version=20181028
- revision=1
- _date=${version##*.}
- wrksrc="${pkgname}-${_date}"
- build_style=qmake
- hostmakedepends="qt5-qmake qt5-devel"
- depends="dbus"
- short_desc="Logind wrapper for ConsoleKit"
- maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
- license="BSD-3-Clause"
- homepage="https://github.com/rodlie/nologind/"
- distfiles="https://github.com/rodlie/nologind/archive/${_date}/${pkgname}-${_date}.tar.gz"
- checksum=dfc1af493d20f530b538dc6f857cf8693e769d4f22afcce63f43ce281a8fdbf6
- patch_args="-Np0"
- post_install() {
- vlicense LICENSE
- }
|