void-packages/srcpkgs/labwc/template

23 lines
809 B
Bash

# Template file for 'labwc'
pkgname=labwc
version=0.6.1
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="cairo-devel glib-devel libxml2-devel pango-devel wlroots-devel"
short_desc="Wayland window-stacking compositor"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://labwc.github.io/"
changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
distfiles="https://github.com/labwc/labwc/archive/refs/tags/${version}.tar.gz"
checksum=c951050d4a2c2afc71d52d8138f8f4ef7ed2a2c9a337dc9de146c8b1e97cf952
post_install() {
local _example
vmkdir usr/share/examples/labwc
for _example in autostart environment menu.xml rc.xml.all themerc; do
vinstall "docs/$_example" 0644 usr/share/examples/labwc
done
}