blob: 11764d31100dfe2f2e30aa4400e9f8d85552b5ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
}
|