void-packages/srcpkgs/remind/template
classabbyamp 1c081e70ae *: move non-critical INSTALL.msg to README.voidlinux en masse
to avoid desensitising the user to ignorable INSTALL.msgs, move ones
that just specify things like optional dependencies and initial
configuration tips to README.voidlinux
2023-09-05 18:29:18 -04:00

16 lines
526 B
Bash

# Template file for 'remind'
pkgname=remind
version=04.00.00
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
short_desc="Sophisticated calendar and alarm program"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
checksum=f4622528c2646540c189a58c2a07fc8a8a50276ce82aa974c54a68abe6ad3c64
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}