New package: fyi-1.0.4

This commit is contained in:
icp 2024-07-28 22:37:34 +05:30 committed by tranzystorekk
parent 59425b8078
commit e5a6955efa
1 changed files with 21 additions and 0 deletions

21
srcpkgs/fyi/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'fyi'
pkgname=fyi
version=1.0.4
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc"
makedepends="dbus-devel"
short_desc="Command line utility to send desktop notifications"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://codeberg.org/dnkl/fyi"
changelog="https://codeberg.org/dnkl/fyi/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/fyi/archive/${version}.tar.gz"
checksum=6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24
post_install() {
rm -r "${DESTDIR}/usr/share/doc"
vlicense LICENSE
vdoc README.md
}