New package: gtklock-1.0.0
This commit is contained in:
parent
d8febc6bf7
commit
d8282229c2
1 changed files with 20 additions and 0 deletions
20
srcpkgs/gtklock/template
Normal file
20
srcpkgs/gtklock/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'gtklock'
|
||||
pkgname=gtklock
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
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="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=4dfbff5f484153e62aa0cd63f538a5baf9e32c890f8c6f62dd85274670289bc5
|
||||
|
||||
post_install() {
|
||||
# copying CSS example provided
|
||||
vmkdir /usr/share/gtklock
|
||||
vcopy assets/* /usr/share/gtklock
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue