New package: matcha-2.1.0

This commit is contained in:
Luca Matei Pintilie 2025-03-01 22:58:26 +01:00 committed by Duncan Overbruck
parent f4187650e8
commit 5b2a8358c9

18
srcpkgs/matcha/template Normal file
View file

@ -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 <luca@lucamatei.com>"
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
}