19 lines
609 B
Bash
19 lines
609 B
Bash
# Template file for 'swaylock'
|
|
pkgname=swaylock
|
|
version=1.2
|
|
revision=1
|
|
build_style=meson
|
|
conf_files="/etc/pam.d/swaylock"
|
|
hostmakedepends="pkg-config wayland-devel scdoc git"
|
|
makedepends="wlroots-devel wayland-protocols pango-devel cairo-devel
|
|
gdk-pixbuf-devel pam-devel libxkbcommon-devel"
|
|
short_desc="Screen locker for Wayland"
|
|
maintainer="Derriick <derriick.ensiie@yahoo.com>"
|
|
license="MIT"
|
|
homepage="http://swaywm.org"
|
|
distfiles="https://github.com/swaywm/swaylock/archive/${version}.tar.gz"
|
|
checksum=211c77a40ff464651522c751838b04b4703b02c191e388d83d147a960e45c0c1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|