1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="A curses command-line CSV and list (tabular data) viewer"
7 url="https://github.com/TabViewer/tabview"
11 makedepends=('python-setuptools')
12 checkdepends=('expect')
13 source=("https://github.com/TabViewer/tabview/archive/$pkgver/$pkgname-$pkgver.tar.gz")
14 sha512sums=('8ce8957d209f9bdf447341523ca457bc878f7195536a8e8a1259999bfa00571ce62bda617001e49cf31fade1c106a8e34647c9d7f9dc25be38b0cf6832ed136f')
23 unbuffer python -m unittest discover
28 python setup.py install --root="$pkgdir" --optimize=1
30 install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/