1 # Maintainer: Devin J. Pohly <djpohly+arch@djpohly.com>
5 pkgdesc="Text-mode full-screen digital clock"
7 url="http://webonastick.com/vtclock"
10 source=("http://webonastick.com/$pkgname/$pkgname-2005-02-20.tar.gz")
11 md5sums=('6d2fdbd0683a874bde450d0c4d0b3866')
20 # Makefile doesn't do this for us...
21 install -d "$pkgdir/usr/bin"
22 make prefix="$pkgdir/usr/" install
25 # vim:set ts=2 sw=2 et: