void-packages/srcpkgs/waylock/template
2022-02-04 07:37:44 -07:00

17 lines
489 B
Bash

# Template file for 'waylock'
pkgname=waylock
version=0.3.4
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libxkbcommon-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=92a3a100918d24efb26824821db618de3bed6687ad4588caaa46c55bb32ae209
post_install() {
vlicense LICENSE
}