24 lines
714 B
Bash
24 lines
714 B
Bash
# Template file for 'cage'
|
|
pkgname=cage
|
|
version=0.1.4
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="$(vopt_bool xwayland xwayland)"
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="wlroots-devel"
|
|
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
|
short_desc="Kiosk compositor for Wayland"
|
|
maintainer="Illia Shestakov <ishestakov@airmail.cc>"
|
|
license="MIT"
|
|
homepage="https://www.hjdskes.nl/projects/cage/"
|
|
distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
|
|
checksum=dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
|
|
|
|
build_options="xwayland"
|
|
build_options_default="xwayland"
|
|
desc_option_xwayland="Enable Xwayland support in cage"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|