29 lines
1.0 KiB
Bash
29 lines
1.0 KiB
Bash
# Template file for 'cagebreak'
|
|
pkgname=cagebreak
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dman-pages=true $(vopt_bool xwayland xwayland)"
|
|
conf_files="/etc/xdg/cagebreak/config"
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="wlroots-devel cairo-devel pango-devel libevdev-devel"
|
|
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
|
short_desc="Tiling wayland compositor based on cage inspired by ratpoison"
|
|
maintainer="Jose G Perez Taveras <josegpt27@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/project-repo/cagebreak"
|
|
changelog="https://raw.githubusercontent.com/project-repo/cagebreak/master/Changelog.md"
|
|
distfiles="https://github.com/project-repo/cagebreak/releases/download/${version}/release_${version}.tar.gz"
|
|
checksum=c90361c0fa77ea90f821721c132d25600eca466e37fe5c12c1af99ee466c0f54
|
|
|
|
build_options="xwayland"
|
|
build_options_default="xwayland"
|
|
desc_option_xwayland="Enable Xwayland support"
|
|
|
|
make_check=no # the tests are not really tests
|
|
|
|
post_install() {
|
|
vsconf examples/config
|
|
vlicense LICENSE
|
|
}
|