# Maintainer: Kirill Goncharov # Contributor: Zhuoyun Wei pkgname=ledger2beancount pkgver=2.3 pkgrel=1 pkgdesc='Ledger to Beancount text-based converter' arch=('any') url="https://github.com/beancount/ledger2beancount" license=('GPL') depends=('perl' 'perl-config-onion' 'perl-date-calc' 'perl-datetime-format-strptime' 'perl-file-basedir' 'perl-getopt-long-descriptive' 'perl-string-interpolate' 'perl-yaml-libyaml' 'perl-enum' 'perl-regexp-common' 'perl-list-moreutils' ) conflicts=('ledger2beancount-git') source=("https://github.com/beancount/ledger2beancount/archive/${pkgver}.tar.gz") sha256sums=('1988a0856e45d32ccbdbd0e482bd746625629dd0a31d906681865e4daf2fe5bc') package() { cd "$srcdir/$pkgname-$pkgver" install -Dm755 bin/ledger2beancount "${pkgdir}/usr/bin/ledger2beancount" install -Dm755 bin/ledger2beancount-ledger-config "${pkgdir}/usr/bin/ledger2beancount-ledger-config" install -Dm644 ledger2beancount.yml "${pkgdir}/usr/share/doc/ledger2beancount/ledger2beancount.yml" }