From 9d355a52010a063532f71c5d7cc5d4efb8462844 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 16 Mar 2024 18:20:43 +0100 Subject: [PATCH] New package: hyprland-protocols-0.2 --- srcpkgs/hyprland-protocols/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/hyprland-protocols/template diff --git a/srcpkgs/hyprland-protocols/template b/srcpkgs/hyprland-protocols/template new file mode 100644 index 00000000000000..6e89111f1c5f83 --- /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 +makedepends="wayland-devel" +depends="wayland" +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 +}