diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template new file mode 100644 index 00000000000..0e4ff739b99 --- /dev/null +++ b/srcpkgs/fava/template @@ -0,0 +1,21 @@ +# Template file for 'fava' +pkgname=fava +version=1.10 +revision=1 +noarch=yes +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 " +license="MIT" +homepage="https://beancount.github.io/fava/" +distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz" +checksum=5207d0ee49f86b5f7520ea7d556e769321853bb8eaa760acc606e4f76d49a990 + +post_install() { + vlicense LICENSE +}