2018-05-08 23:11:02 +02:00
|
|
|
# Template file for 'fava'
|
|
|
|
pkgname=fava
|
|
|
|
version=1.10
|
|
|
|
revision=1
|
2019-02-28 20:02:34 +01:00
|
|
|
archs=noarch
|
2018-05-08 23:11:02 +02:00
|
|
|
build_style=python3-module
|
|
|
|
pycompile_module="fava"
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
|
|
|
|
python3-Jinja2 beancount python3-click python3-markdown2 python3-ply
|
|
|
|
python3-simplejson"
|
|
|
|
short_desc="Web interface for Beancount"
|
|
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://beancount.github.io/fava/"
|
|
|
|
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
|
|
|
|
checksum=5207d0ee49f86b5f7520ea7d556e769321853bb8eaa760acc606e4f76d49a990
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|