New package: cage-0.1.1
This commit is contained in:
parent
306566a15f
commit
9dbf495531
1 changed files with 18 additions and 0 deletions
18
srcpkgs/cage/template
Normal file
18
srcpkgs/cage/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'cage'
|
||||
pkgname=cage
|
||||
version=0.1.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="libxkbcommon-devel pixman-devel wayland-devel wlroots-devel"
|
||||
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=63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
}
|
Loading…
Reference in a new issue