23 lines
714 B
Bash
23 lines
714 B
Bash
# Template file for 'cage'
|
|
pkgname=cage
|
|
version=0.1.3
|
|
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=c28aa8230f937c89b564967748451c1eb15d8633a71a1ed6e22d532afa15462e
|
|
|
|
build_options="xwayland"
|
|
build_options_default="xwayland"
|
|
desc_option_xwayland="Enable Xwayland support in cage"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|