summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ba2613d9ab67810b25e04ee6b4b7ee2c27e54e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Zhuoyun Wei <wzyboy@wzyboy.org>

pkgname='fava'
_pkgname='beancount-fava'
pkgdesc='Web interface for beancount'
pkgver=0.3.0
pkgrel=1
arch=('any')
url='https://aumayr.github.io/fava/'
license=('GPL')
source=("https://github.com/aumayr/${pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('d70ed37a35fa3adeaca519e6eb7ef4ee0b8190dd69f64ce04e8e0b5f15d0bca8')
depends=('beancount' 'python-click' 'python-pygments' 'python-beancount-pygments-lexer'
         'python-markdown2' 'python-flask' 'python-flask-babel' 'python-livereload')
conflicts=('beancount-hg')

package () {
  cd "${_pkgname}-${pkgver}"
  python setup.py install --prefix=/usr --root="${pkgdir}"
}