17 lines
441 B
Bash
17 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
|
|
}
|