18 lines
562 B
Bash
18 lines
562 B
Bash
# Template file for 'fnott'
|
|
pkgname=fnott
|
|
version=1.2.0
|
|
revision=1
|
|
wrksrc=$pkgname
|
|
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/"
|
|
distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz"
|
|
checksum=d6cfb7efcfad5e0aa95c5fd9632c638a53a0debfc17128e70922a1ba9f841470
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|