diff --git a/README.md b/README.md index be46fd9..bcd1717 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ cp -vr srcpkgs/* $HOME/void-packages/srcpkgs - v1.6.0 - https://github.com/python-lsp/python-lsp-ruff - regreet - Clean and customizable greeter for greetd - v0.1.1 - https://github.com/rharish101/ReGreet +- swaylock-effects - Screen locker for Wayland (with effects) + - v1.6 - https://github.com/mortie/swaylock-effects - swayosd - GTK based on screen display - v0.1.bb83b26bca8eb67ea55c293929aa21218fc29a4c - https://github.com/ErikReider/SwayOSD - wlgreet - Raw wayland greeter for greetd, to be run under sway or similar diff --git a/srcpkgs/swaylock-effects/template b/srcpkgs/swaylock-effects/template new file mode 100644 index 0000000..75cefaa --- /dev/null +++ b/srcpkgs/swaylock-effects/template @@ -0,0 +1,22 @@ +# Template file for 'swaylock' +pkgname=swaylock-effects +version=1.6 +revision=4 +build_style=meson +conf_files="/etc/pam.d/swaylock" +hostmakedepends="pkg-config wayland-devel scdoc git" +makedepends="wayland-protocols cairo-devel gdk-pixbuf-devel pam-devel + libxkbcommon-devel wayland-devel libgomp-devel" +short_desc="Screen locker for Wayland (with effects)" +replaces=swaylock>=0 +maintainer="Lilian Jónsdóttir " +license="MIT" +homepage="https://github.com/mortie/swaylock-effects" +changelog="${homepage}/releases" +distfiles="${homepage}/archive/refs/tags/v${version}-${revision}.tar.gz" +checksum=4f82c9d875ce20f1d58227ef65db60aacccb3fb29ce67c0f744849da68e82b20 +wrksrc=${pkgname}-${version}-${revision} + +post_install() { + vlicense LICENSE +}