void-packages/srcpkgs/waylock/template
2020-06-20 22:38:40 +02:00

17 lines
467 B
Bash

# Template file for 'waylock'
pkgname=waylock
version=0.3.2
revision=1
build_style=cargo
makedepends="wayland-devel cairo-devel pam-devel"
short_desc="Simple screenlocker for wayland compositors"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://github.com/ifreund/waylock"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ac9531e926794b6a46a2d24afc47942f30e2af1219d2b209f64ab50c9378ac8b
post_install() {
vlicense LICENSE
}