diff --git a/srcpkgs/hyprland-protocols/template b/srcpkgs/hyprland-protocols/template new file mode 100644 index 00000000000000..b1ed9fcaf5fee4 --- /dev/null +++ b/srcpkgs/hyprland-protocols/template @@ -0,0 +1,17 @@ +# Template file for 'hyprland-protocols' +pkgname=hyprland-protocols +version=0.2 +revision=1 +build_style=meson +hostmakedepends="wayland-devel" +makedepends="wayland-devel" +short_desc="Wayland protocol extensions for Hyprland" +maintainer="Makrennel " +license="BSD-3-Clause" +homepage="https://github.com/hyprwm/hyprland-protocols" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=106cb189d0fbe4ec0ee11a12a17238172f4c4cd1b2b26db904df144e5c7a05f0 + +post_install() { + vlicense LICENSE +}