1 # Maintainer: Tom Vincent <http://www.tlvince.com/contact/>
6 pkgdesc="Reads iCal files and outputs Remind-compatible files."
8 url="http://jalcorn.net/weblog/archives/899-iCal-to-Remind-script.html"
10 depends=('perl-ical-parser')
11 source=("http://jalcorn.net/ical2rem.pl.txt")
12 md5sums=('78b8f55aa511e6e4dd526a3bbca0d69b')
15 bin="${pkgdir}/usr/bin"
17 mv "${startdir}/${pkgname}.pl.txt" "${bin}/${pkgname}"
18 chmod +x "${bin}/${pkgname}"
21 # vim:set ts=2 sw=2 et: