void-packages/srcpkgs/swaylock/template

21 lines
703 B
Bash

# Template file for 'swaylock'
pkgname=swaylock
version=1.7.2
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://github.com/swaywm/swaylock"
changelog="https://github.com/swaywm/swaylock/releases"
distfiles="https://github.com/swaywm/swaylock/releases/download/v${version}/swaylock-${version}.tar.gz"
checksum=bf965d47fb6fc1402f854d4679d21a9459713fc0f330bc607c9585db097b4304
post_install() {
vlicense LICENSE
}