Skip to content

Commit

Permalink
New package: gtklock-20220522
Browse files Browse the repository at this point in the history
  • Loading branch information
brihadeesh committed May 25, 2022
1 parent eaa234e commit 76a9bad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/gtklock/template
@@ -0,0 +1,20 @@
# Template file for 'gtklock'
pkgname=gtklock
version=20220522
revision=1
build_style=gnu-makefile
make_use_env=1
hostmakedepends="pkg-config wayland-devel"
makedepends="gtk+3-devel gtk-layer-shell-devel pam-devel"
short_desc="GTK-based lockscreen for Wayland"
maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jovanlanik/gtklock"
distfiles="https://github.com/jovanlanik/gtklock/archive/refs/tags/${version}.tar.gz"
checksum=1e5a6a55e97878e97d84cacf011942802a97a544c9842ae8f60e5f5c45664d8c

post_install() {
# copying CSS example provided
vmkdir /usr/share/gtklock
vcopy assets/* /usr/share/gtklock
}

0 comments on commit 76a9bad

Please sign in to comment.