Skip to content

Commit

Permalink
New package: ledger-autosync-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaelatern committed Feb 28, 2021
1 parent 96e623e commit d1f8b47
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/ledger-autosync/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'ledger-autosync'
pkgname=ledger-autosync
version=1.0.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ofxclient"
short_desc="Pull transactions from your bank and create ledger transactions"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/egh/ledger-autosync"
distfiles="https://github.com/egh/ledger-autosync/archive/v${version}.tar.gz"
checksum=ebbedb915aed15b5cd72a773f5555a6ded127d943ce1cd669c37db750e0610ab

do_check() {
: # Stubbed out because it wants pip packages and won't
# behave when it gets them.
}

0 comments on commit d1f8b47

Please sign in to comment.