mortie / swaylock-effects

Swaylock, with fancy effects
MIT License
698 stars 44 forks source link

Package Request #78

Open rawhuul opened 2 years ago

rawhuul commented 2 years ago

Hey there! You're missing out Void Linux to distribute this package. Here, I made a template for xbps-src and it works perfectly.

# Template file for 'swaylock-effects'
pkgname=swaylock-effects
version=1.6
revision=3
archs="x86_64"
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="Swaylock, with fancy effects"
replaces=swaylock>=0
maintainer="<>"
license="MIT"
homepage="https://github.com/mortie/swaylock-effects"
distfiles="${homepage}/archive/refs/tags/v${version}-${revision}.tar.gz"
checksum=c7c4e420276aef9bd952b321b68e24c31f050859a226edb8fde15a5ccee1a9fe
wrksrc=${pkgname}-${version}-${revision}

post_install() {
    vlicense LICENSE
}