New package: fyi-1.0.4
This commit is contained in:
parent
59425b8078
commit
e5a6955efa
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue