18 lines
489 B
Bash
18 lines
489 B
Bash
# Template file for 'waylock'
|
|
pkgname=waylock
|
|
version=0.3.5
|
|
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=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|