mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-20 16:17:02 +02:00
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
16 lines
526 B
Bash
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"
|
|
}
|