contrib/remind/Pkgfile

16 lines
371 B
Plaintext

# Description: A sophisticated CLI calendar and alarm program
# URL: https://dianne.skoll.ca/projects/remind/
# Maintainer: Juergen Daubert, jue at crux dot nu
name=remind
version=04.00.02
release=1
source=(https://dianne.skoll.ca/projects/$name/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}