void-packages/srcpkgs/wf-shell/template

21 lines
722 B
Bash

# Template file for 'wf-shell'
pkgname=wf-shell
version=0.9.0
revision=1
build_style=meson
build_helper="gir"
hostmakedepends="gobject-introspection pkg-config wayland-devel glib-devel"
makedepends="alsa-lib-devel pulseaudio-devel gtkmm-devel wayfire-devel
gtk-layer-shell-devel libdbusmenu-gtk3-devel"
short_desc="Wayfire shell with GTK-based panel and background client"
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wf-shell/releases/download/v${version}/wf-shell-${version}.tar.xz"
checksum=c8ac529b9fa6a4f65bd430140394b6b6a486c7b2def6c22b811396612ba94bb4
post_install() {
vlicense LICENSE
vsconf wf-shell.ini.example
}