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 +}