From a1a46a978a34d6a03c4b37561b3e8b24324222ff Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Sat, 10 Feb 2024 18:50:57 -0600 Subject: [PATCH] New Package: compfy-1.7.2_1 (yes, yet another Picom fork haha) --- srcpkgs/compfy/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/compfy/template diff --git a/srcpkgs/compfy/template b/srcpkgs/compfy/template new file mode 100644 index 0000000..9fc2998 --- /dev/null +++ b/srcpkgs/compfy/template @@ -0,0 +1,26 @@ +# Template file for 'compfy' +pkgname="compfy" +version=1.7.2 +revision=1 +build_style=meson +configure_args="-Dwith_docs=true" +hostmakedepends="pkg-config asciidoc" +makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre2-devel + pixman-devel xcb-util-image-devel xcb-util-renderutil-devel + libxdg-basedir-devel uthash libglvnd-devel" +depends="desktop-file-utils xbps-triggers" +short_desc="A Linux Compositor for X11. Based on Picom. Providing Animations and More" +maintainer="Kevin Figueroa " +license="MIT, MPL-2.0" +homepage="https://github.com/allusive-dev/compfy" +repository="cereus-extra" +distfiles="${homepage}/archive/refs/tags/${version}.tar.gz" +checksum=423a1aba7fedb85c38746b8e238ef4749c6598d676db939be0c1b05b53094e2b + +post_install() { + for license in MIT MPL-2.0; do + vlicense LICENSES/$license + done + + vsconf compfy.sample.conf +}