18 lines
615 B
Bash
18 lines
615 B
Bash
# Template file for 'remind'
|
|
pkgname=remind
|
|
version=05.00.02
|
|
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/"
|
|
changelog="https://git.skoll.ca/Skollsoft-Public/Remind/raw/branch/master/docs/WHATSNEW"
|
|
distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
|
|
checksum=56717b79b4e90ece0416d14b4bfa0a0ad690317f7c49a706008ce4d84f30c216
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|