Files
horizon-packages/srcpkgs/picom/template
T
2024-10-29 22:48:44 -04:00

30 lines
942 B
Bash

# Template file for 'picom'
pkgname=picom
version=12.3
revision=1
build_style=meson
configure_args="-Dwith_docs=true"
hostmakedepends="pkg-config ruby-asciidoctor"
makedepends="dbus-devel libconfig-devel libepoxy-devel libev-devel pcre2-devel
pixman-devel uthash xcb-util-image-devel xcb-util-renderutil-devel"
short_desc="Lightweight compositor for X11 (previously a compton fork)"
maintainer="0x5c <dev@0x5c.io>"
license="MPL-2.0 AND MIT"
homepage="https://github.com/yshui/picom/"
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
checksum=926142c667c9e5b5205a11b2755fb9ca39c3e696365792d705a45d84e34d7a68
post_install() {
vlicense LICENSES/MIT
vlicense COPYING
vsconf picom.sample.conf
vsconf compton-default-fshader-win.glsl
vsconf compton-fake-transparency-fshader-win.glsl
}
compton_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}