void-packages/srcpkgs/swaylock/template

21 lines
703 B
Bash

# Template file for 'swaylock'
pkgname=swaylock
version=1.8.0
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=6a1175442380b87b2d2868c4a5366ee3592163158d02e3a7fbf3a0bfe07d8b00
post_install() {
vlicense LICENSE
}