mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: fyi-1.0.4
This commit is contained in:
parent
59425b8078
commit
e5a6955efa
1 changed files with 21 additions and 0 deletions
21
srcpkgs/fyi/template
Normal file
21
srcpkgs/fyi/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue