New package: fava-1.10
This commit is contained in:
parent
0304ba968a
commit
eb944ec7de
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue