# Maintainer: sasvari pkg="pubs" pkgname="$pkg" pkgver=0.8.2 pkgrel=1 pkgdesc="Your bibliography on the command line" arch=(any) url="https://github.com/pubs/pubs" license=('LGPL-3.0') depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml" "python-feedparser" "python-dateutil" "python-requests") makedepends=("git") provides=("pubs") source=("https://github.com/pubs/pubs/archive/v$pkgver.tar.gz") sha256sums=('757f0855900ce7c53c27cf2a32ef32f73f57210e31e3f6b608e64dab007f5ce9') build () { cd "$srcdir/$pkg-$pkgver" python setup.py build } package() { cd "$srcdir/$pkg-$pkgver" python setup.py install --root="$pkgdir/" --prefix="/usr" }