4fc7c08807
With the new version of smithay's client toolkit the wayland implementation used by waylock is pure rust.
16 lines
471 B
Bash
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
|
|
}
|