void-packages/srcpkgs/swaylock/template

20 lines
598 B
Bash

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