20 lines
616 B
Bash
20 lines
616 B
Bash
# Template file for 'cage'
|
|
pkgname=cage
|
|
version=0.2.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="libxkbcommon-devel wlroots0.19-devel"
|
|
depends="xorg-server-xwayland"
|
|
short_desc="Kiosk compositor for Wayland"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.hjdskes.nl/projects/cage/"
|
|
changelog="https://github.com/cage-kiosk/cage/releases"
|
|
distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=acab0c83175164a788d7b9f89338cbdebdc4f7197aff6fdc267c32f7181234a9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|