Skip to content

Instantly share code, notes, and snippets.

@Felix-Kyun
Created October 31, 2022 19:54
Show Gist options
  • Save Felix-Kyun/c3b4cb37a267c85befb658775e02bb82 to your computer and use it in GitHub Desktop.
Save Felix-Kyun/c3b4cb37a267c85befb658775e02bb82 to your computer and use it in GitHub Desktop.
pijulius picom template for xbps-src
# Template file for 'picom-pijulius'
pkgname=picom-pijulius
version=8
revision=2
wrksrc=picom
build_style=meson
configure_args="-Dwith_docs=true"
hostmakedepends="git pkg-config asciidoc"
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel pixman-devel xcb-util-image-devel xcb-util-renderutil-devel libxdg-basedir-devel uthash"
depends="desktop-file-utils"
short_desc="Pijulius' fork of Picom: A lightweight compositor for X11"
maintainer="Felix Kyun <[email protected]>"
license="MIT"
homepage="https://github.com/pijulius/picom/"
# distfiles=""
# checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
do_fetch() {
git clone "https://github.com/pijulius/picom" ${wrksrc}
}
pre_install() {
meson --buildtype=release . build --prefix=/usr -Dwith_docs=true
}
post_install() {
vlicense LICENSES/MIT
vsconf picom.sample.conf
}
picom-pijulius_package() {
build_style=meta
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment