18 lines
701 B
Bash
18 lines
701 B
Bash
# Template file for 'eqonomize'
|
|
pkgname=eqonomize
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=qmake
|
|
makedepends="qt5-charts-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
short_desc="Personal accounting software, with focus on efficiency and ease of use"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://eqonomize.github.io"
|
|
changelog="https://raw.githubusercontent.com/Eqonomize/Eqonomize/master/ChangeLog"
|
|
distfiles="https://github.com/Eqonomize/Eqonomize/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=b3856aa4ecd25618a26a101ed5cf80bdf0973e64fe681b7e2353dfc959256688
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends="qt5-charts-devel"
|
|
fi
|