17 lines
742 B
Bash
17 lines
742 B
Bash
# Template file for 'beancount'
|
|
pkgname=beancount
|
|
version=2.2.3
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="beancount"
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
|
|
python3-magic python3-BeautifulSoup4 python3-requests python3-chardet
|
|
python3-google-api-python-client python3-oauth2client"
|
|
short_desc="Double-entry accounting system based on plain text files"
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://furius.ca/beancount/"
|
|
distfiles="${PYPI_SITE}/b/beancount/beancount-${version}.tar.gz"
|
|
checksum=1554adfd773d12cb88fd7f4da67fcb608665a9bdedc7e44834e059d1b3a08e5d
|