28 lines
887 B
Bash
28 lines
887 B
Bash
# Template file for 'river'
|
|
pkgname=river
|
|
version=0.2.3
|
|
revision=1
|
|
build_style=zig-build
|
|
configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="wlroots-devel libevdev-devel"
|
|
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
|
short_desc="Dynamic tiling Wayland compositor"
|
|
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/riverwm/river"
|
|
distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
|
|
checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
|
|
|
|
build_options="xwayland"
|
|
build_options_default="xwayland"
|
|
desc_option_xwayland="Enable Xwayland support"
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
|
|
fi
|
|
|
|
post_install() {
|
|
vsconf example/init
|
|
}
|