22 lines
604 B
Bash
22 lines
604 B
Bash
|
# 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
|
||
|
}
|