16 lines
713 B
Bash
16 lines
713 B
Bash
# Template file for 'beancount'
|
|
pkgname=beancount
|
|
version=2.3.0
|
|
revision=2
|
|
build_style=python3-module
|
|
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=9a6d9692435007195aae29a20328fb11d0126ff03db66322a79a894b1f422712
|