void-packages/srcpkgs/wayfire/template
2019-06-25 20:50:38 +02:00

22 lines
638 B
Bash

# Template file for 'wayfire'
pkgname=wayfire
version=0.2
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wlroots-devel glm cairo-devel wf-config"
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/v${version}.tar.gz"
checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
case $XBPS_TARGET_MACHINE in
*-musl) makedepends+=" libexecinfo-devel"
esac
post_install() {
vlicense LICENSE
vinstall wayfire.ini.default 755 /usr/share/wayfire
}