22 lines
645 B
Bash
22 lines
645 B
Bash
# Template file for 'wayfire'
|
|
pkgname=wayfire
|
|
version=0.3.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="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=c686bf5abb7f0db829196785bba4136c85d7b52d701212e21636dad75e1da0aa
|
|
|
|
case $XBPS_TARGET_MACHINE in
|
|
*-musl) makedepends+=" libexecinfo-devel"
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vinstall wayfire.ini.default 755 /usr/share/wayfire
|
|
}
|