New Package: compfy-1.7.2_1

(yes, yet another Picom fork haha)
This commit is contained in:
Kevin Figueroa 2024-02-10 18:50:57 -06:00
parent e756ed7f74
commit a1a46a978a

26
srcpkgs/compfy/template Normal file
View file

@ -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 <kfdevart@disroot.org>"
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
}