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