void-packages/srcpkgs/wayfire/template
2020-01-25 08:51:48 +01:00

22 lines
685 B
Bash

# Template file for 'wayfire'
pkgname=wayfire
version=0.3.1
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="xcb-util-wm-devel xcb-util-errors-devel wlroots-devel glm cairo-devel wf-config-devel"
short_desc="3D wayland compositor"
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wayfire/archive/${version}.tar.gz"
checksum=e3bf727696f7f089b3474e8f4161e59adaeaa019de191b3e47a4f4663044cd00
case $XBPS_TARGET_MACHINE in
*-musl) makedepends+=" libexecinfo-devel"
esac
post_install() {
vlicense LICENSE
vinstall wayfire.ini.default 755 /usr/share/wayfire
}