contrib/remind/Pkgfile
2021-03-18 18:34:37 +01:00

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=03.03.05
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
}