mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: waylock-0.2.0
This commit is contained in:
parent
a6cd0e79ff
commit
f31184ad39
1 changed files with 16 additions and 0 deletions
16
srcpkgs/waylock/template
Normal file
16
srcpkgs/waylock/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'waylock'
|
||||||
|
pkgname=waylock
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
makedepends="cairo-devel pam-devel wayland-devel"
|
||||||
|
short_desc="Simple screenlocker for wayland compositors"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ifreund/waylock"
|
||||||
|
distfiles="https://github.com/ifreund/waylock/archive/v${version}.tar.gz"
|
||||||
|
checksum=5f8b0a116bfc90b4dc5574d13bc9e09305dc808ad9a1d0776093ea857793ce52
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue