void-packages/srcpkgs/wayfire/template

23 lines
638 B
Bash
Raw Normal View History

2019-02-10 23:01:52 +00:00
# Template file for 'wayfire'
pkgname=wayfire
version=0.1
revision=2
2019-02-10 23:01:52 +00:00
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=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
2019-02-13 14:01:41 +00:00
case $XBPS_TARGET_MACHINE in
*-musl) makedepends+=" libexecinfo-devel"
2019-02-13 13:05:39 +00:00
esac
2019-02-10 23:01:52 +00:00
post_install() {
vlicense LICENSE
vinstall wayfire.ini.default 755 /usr/share/wayfire
}