18 lines
618 B
Bash
18 lines
618 B
Bash
# Template file for 'remind'
|
|
pkgname=remind
|
|
version=06.02.05
|
|
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://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"
|
|
checksum=8124d0a057aebfaba30eb63a8c331b3c5e60dd15d24d8e6492316d1536e36305
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|