aports/testing/homebank/APKBUILD
2025-01-05 23:12:07 +00:00

29 lines
750 B
Text

# Contributor: 7heo <7heo@mail.com>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=homebank
pkgver=5.8.6
pkgrel=0
pkgdesc="Free personal finance software, money management"
url="http://homebank.free.fr"
arch="all"
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev libsoup3-dev libofx-dev intltool"
options="!check" # no test suite
subpackages="$pkgname-lang"
source="https://www.gethomebank.org/public/sources/homebank-$pkgver.tar.gz"
build() {
./configure \
--host=$CHOST \
--build=$CBUILD \
--prefix=/usr
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
6a00920b30e38b7386bec9fd70df3c5c6fd2d9506ce636b7abce4abdea1642978873ff07e6234407e2a62f8064d102ca21ee4d4d2c89c2db7318d2bb34d7c0f5 homebank-5.8.6.tar.gz
"