20 lines
597 B
Bash
20 lines
597 B
Bash
# Template file for 'cage'
|
|
pkgname=cage
|
|
version=0.2.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="wlroots0.18-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=9d3f659e0f19636a958f9e1bf4d22268d7e2705d7e2989888401ec443c1cb6c3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|