From 5b2a8358c9b67f2a7c85a39bd479756adfb21516 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 1 Mar 2025 22:58:26 +0100 Subject: [PATCH] New package: matcha-2.1.0 --- srcpkgs/matcha/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/matcha/template diff --git a/srcpkgs/matcha/template b/srcpkgs/matcha/template new file mode 100644 index 00000000000..697cb082e08 --- /dev/null +++ b/srcpkgs/matcha/template @@ -0,0 +1,18 @@ +# Template file for 'matcha' +pkgname=matcha +version=2.1.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-devel wayland-protocols" +short_desc="Idle Inhibitor for Yambar (Wayland)" +maintainer="Luca Matei Pintilie " +license="MIT" +homepage="https://codeberg.org/QuincePie/matcha/" +changelog="https://codeberg.org/QuincePie/matcha/releases" +distfiles="https://codeberg.org/QuincePie/matcha/archive/${version}.tar.gz" +checksum=6e577ed2354be4e0befe97b047e25e2bc36b2b7e0e7ac17f501dcd87dec73316 + +post_install() { + vlicense LICENSE +}