19 lines
621 B
Bash
19 lines
621 B
Bash
# Template file for 'fnott'
|
|
pkgname=fnott
|
|
version=1.6.0
|
|
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=fc8a0a9b75995a10afeaf3a670fb30986b21a4f48bd67a7018802de10debc83f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|