diff --git a/srcpkgs/fyi/template b/srcpkgs/fyi/template new file mode 100644 index 00000000000000..aeb2d74600bc65 --- /dev/null +++ b/srcpkgs/fyi/template @@ -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 " +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 +}