void-packages/srcpkgs/waylock/template

17 lines
485 B
Bash
Raw Normal View History

2020-03-18 03:01:08 +00:00
# Template file for 'waylock'
pkgname=waylock
2020-04-11 17:40:57 +00:00
version=0.3.0
2020-03-18 03:01:08 +00:00
revision=1
build_style=cargo
makedepends="cairo-devel pam-devel wayland-devel"
short_desc="Simple screenlocker for wayland compositors"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/ifreund/waylock"
distfiles="https://github.com/ifreund/waylock/archive/v${version}.tar.gz"
2020-04-11 17:40:57 +00:00
checksum=847a0febd1c0595a5b2f2c8a29ec339ca16c649769a11651b8fa66e2e231d070
2020-03-18 03:01:08 +00:00
post_install() {
vlicense LICENSE
}