diff --git a/srcpkgs/kanshi/template b/srcpkgs/kanshi/template new file mode 100644 index 00000000000..f08a106e5ab --- /dev/null +++ b/srcpkgs/kanshi/template @@ -0,0 +1,17 @@ +# Template file for 'kanshi' +pkgname=kanshi +version=1.0.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel scdoc" +makedepends="wlroots-devel wayland-devel" +short_desc="Ouput profiles automatically enabled/disabled on hotplug" +maintainer="Stacy Harper " +license="MIT" +homepage="https://github.com/emersion/kanshi" +distfiles="https://github.com/emersion/${pkgname}/archive/v${version}.tar.gz" +checksum=90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90 + +post_install() { + vlicense LICENSE +}