17 lines
526 B
Bash
17 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"
|
|
}
|