python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / qgit / template
blob1f11fe89a92fc6e8da7f9458c77f57b568cf8c3a
1 # Template file for 'qgit'
2 pkgname=qgit
3 version=2.8
4 revision=1
5 build_style=cmake
6 wrksrc="${pkgname}-${pkgname}-${version}"
7 makedepends="qt5-devel"
8 depends="git"
9 short_desc="Qt-based Git GUI"
10 maintainer="Matthias von Faber <mvf@gmx.eu>"
11 license="GPL-2.0-or-later"
12 homepage="https://github.com/tibirna/qgit"
13 distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
14 checksum=792cf639fbf02eb5ec7e76d05a290062982c142355b65de873cce05e90b8a112
16 if [ "$CROSS_BUILD" ]; then
17         hostmakedepends+=" qt5-host-tools qt5-qmake"