From b13f7839cbf55486f0ea0d8c0ec5356541150a15 Mon Sep 17 00:00:00 2001 From: Dustin Pilgrim Date: Tue, 28 Nov 2023 09:32:02 -0400 Subject: [PATCH] New package: compfy-1.7.1 --- srcpkgs/compfy/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/compfy/template diff --git a/srcpkgs/compfy/template b/srcpkgs/compfy/template new file mode 100644 index 0000000000000..f27274794f61f --- /dev/null +++ b/srcpkgs/compfy/template @@ -0,0 +1,20 @@ +# Template file for 'compfy' +pkgname=compfy +version=1.7.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config asciidoc" +makedepends="libconfig-devel dbus-devel libev-devel libglvnd-devel libX11-devel libxcb-devel libxdg-basedir-devel pcre2-devel pixman-devel uthash xcb-util-image-devel xcb-util-renderutil-devel" +depends="desktop-file-utils" +short_desc="X11 compositor made as an alternative to Picom with animations" +maintainer="Dustin Pilgrim " +license="MIT, MPL-2.0" +homepage="https://github.com/allusive-dev/compfy" +distfiles="https://github.com/allusive-dev/compfy/archive/refs/tags/${version}.tar.gz" +checksum=7c41068ca6ab737c6b6fca453bb5b69a3f94c1de45a46daf79ec469f32b626ed +conflicts="compton picom" + +post_install() { + vlicense LICENSES/MIT + vsconf compfy.sample.conf +}