diff --git a/srcpkgs/hyprwayland-scanner/template b/srcpkgs/hyprwayland-scanner/template new file mode 100644 index 00000000000..9da4e7cad44 --- /dev/null +++ b/srcpkgs/hyprwayland-scanner/template @@ -0,0 +1,17 @@ +# Template file for 'hyprwayland-scanner' +pkgname=hyprwayland-scanner +version=0.4.4 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="pugixml-devel" +short_desc="Hyprland implementation of wayland-scanner, in and for C++" +maintainer="ii8 " +license="BSD-3-Clause" +homepage="https://github.com/hyprwm/hyprwayland-scanner" +distfiles="https://github.com/hyprwm/hyprwayland-scanner/archive/refs/tags/v${version}.tar.gz" +checksum=ac73f626019f8d819ff79a5fca06ce4768ce8a3bded6f48c404445f3afaa25ac + +post_install() { + vlicense LICENSE +}