New package: swaylock-1.2

This commit is contained in:
Derriick 2019-02-04 11:51:26 +01:00 committed by maxice8
parent 054f572ad8
commit 9472368e1b

19
srcpkgs/swaylock/template Normal file
View file

@ -0,0 +1,19 @@
# 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
}