void-packages/srcpkgs/waylock/template
2020-05-09 22:05:47 +02:00

16 lines
485 B
Bash

# Template file for 'waylock'
pkgname=waylock
version=0.3.1
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"
checksum=f2cb44764434bc27b58e2255c1896b6c4b6ed83ebde46efc127caa5a19bc5052
post_install() {
vlicense LICENSE
}