void-packages/srcpkgs/fnott/template
2025-04-05 21:11:34 +00:00

18 lines
621 B
Bash

# Template file for 'fnott'
pkgname=fnott
version=1.7.1
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="fcft-devel tllist wayland-devel wayland-protocols"
short_desc="Keyboard driven and lightweight notification daemon"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://codeberg.org/dnkl/fnott/"
changelog="https://codeberg.org/dnkl/fnott/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz"
checksum=39c732f2ac57d18f24ef9112524d71090e2b68b72a892f4a44f3a77a1f067487
post_install() {
vlicense LICENSE
}