void-packages/srcpkgs/waylock/template
Isaac Freund f795a5ac04 waylock: update to 0.3.3.
Closes: #24256 [via git-merge-pr]
2020-08-14 14:27:46 -04:00

16 lines
441 B
Bash

# Template file for 'waylock'
pkgname=waylock
version=0.3.3
revision=1
build_style=cargo
makedepends="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=f0b7377bf743111c82d7292daaa84a0aca861b17608accf18d181ac66fbacfc9
post_install() {
vlicense LICENSE
}