Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions srcpkgs/swaylock-effects/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'swaylock-effects'
pkgname=swaylock-effects
version=1.7.0.0
revision=1
archs="x86_64 aarch64"
build_style=meson
hostmakedepends="meson pkgconf scdoc git"
makedepends="libgomp-devel wayland-devel wayland-protocols libxkbcommon-devel libxcrypt-devel gdk-pixbuf cairo-devel pam-devel""
short_desc="Swaylock, with effects"
maintainer="Chase Longwith <sudo@dclmao.com>"
license="MIT"
homepage="https://github.com/jirutka/swaylock-effects"
changelog="https://github.com/jirutka/swaylock-effects/tags"
distfiles="https://github.com/jirutka/swaylock-effects/archive/refs/tags/v${version}.tar.gz"
checksum=e94d79e189602694bedfbafb553ce3c6c976426e16f76d93bf7e226dc2876eb6

post_install() {
vlicense LICENSE
}

do_check() {
meson test -C build --print-errorlogs
}