template 580 B

123456789101112131415161718192021
  1. # Template file for 'nologind'
  2. pkgname=nologind
  3. version=20181028
  4. revision=1
  5. _date=${version##*.}
  6. wrksrc="${pkgname}-${_date}"
  7. build_style=qmake
  8. hostmakedepends="qt5-qmake qt5-devel"
  9. depends="dbus"
  10. short_desc="Logind wrapper for ConsoleKit"
  11. maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
  12. license="BSD-3-Clause"
  13. homepage="https://github.com/rodlie/nologind/"
  14. distfiles="https://github.com/rodlie/nologind/archive/${_date}/${pkgname}-${_date}.tar.gz"
  15. checksum=dfc1af493d20f530b538dc6f857cf8693e769d4f22afcce63f43ce281a8fdbf6
  16. patch_args="-Np0"
  17. post_install() {
  18. vlicense LICENSE
  19. }