void-packages/srcpkgs/waylock/template

19 lines
621 B
Bash

# Template file for 'waylock'
pkgname=waylock
version=1.3.0
revision=1
build_style=zig-build
configure_args="-Dpie"
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
short_desc="Simple screenlocker for wayland compositors"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://codeberg.org/ifreund/waylock"
distfiles="https://codeberg.org/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
checksum=b7ec04c1dc0c6adb47045b4f604cb35988e9ca93bd4f3317fcc91bfac7bf075a
post_install() {
vlicense LICENSE
}