updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / tiv / PKGBUILD
blob84dcbe2e99aef6193431f44957ea0c8acbbd17be
1 #Maintainer: Xyne <ac xunilhcra enyx, backwards>
2 pkgname=tiv
3 pkgver=2010.09.16.2
4 pkgrel=1
5 pkgdesc="An image viewer that displays images directly in the terminal."
6 depends=('perl' 'imagemagick')
7 arch=('any')
8 license=('GPL')
9 url="http://xyne.archlinux.ca/projects/${pkgname}"
10 source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz)
11 md5sums=('dc7ff76394117d11b12b68335c34cea4')
13 build() {
14   install -D -m755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/${pkgname}
16 # vim: set ts=2 sw=2 et: