22 lines
691 B
Bash
22 lines
691 B
Bash
# Template file for 'gtklock'
|
|
pkgname=gtklock
|
|
version=1.3.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
make_build_args="PREFIX=/usr"
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="pam-devel gtk+3-devel gtk-layer-shell-devel"
|
|
short_desc="GTK-based lockscreen for Wayland"
|
|
maintainer="Jovan Lanik <jox969@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jovanlanik/gtklock"
|
|
distfiles="https://github.com/jovanlanik/gtklock/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=74bd18ba5af082c6f10c125652d799328a169accf22f03efea24f04d9088a174
|
|
|
|
post_install() {
|
|
# copying CSS example provided
|
|
vmkdir /usr/share/gtklock
|
|
vcopy assets/* /usr/share/gtklock
|
|
}
|