void-packages/srcpkgs/waylock/template
Isaac Freund 4fc7c08807 waylock: remove uneeded wayland-devel makedepends
With the new version of smithay's client toolkit the wayland
implementation used by waylock is pure rust.
2020-05-11 20:18:07 +02:00

16 lines
471 B
Bash

# Template file for 'waylock'
pkgname=waylock
version=0.3.1
revision=1
build_style=cargo
makedepends="cairo-devel pam-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
}