1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="A weather simulator using ASCII animations"
8 url="http://robobunny.com/projects/weatherspect/html/"
10 depends=('perl-term-animation' 'perl-weather-underground')
11 source=(http://robobunny.com/projects/$pkgname/${pkgname}_v$pkgver.tar.gz)
12 md5sums=('30646c4c14e028471c0207eb05619a1a')
15 install -Dm755 "$srcdir/${pkgname}_v$pkgver/$pkgname" \
16 "$pkgdir/usr/bin/$pkgname"