18 lines
519 B
Bash
18 lines
519 B
Bash
# Template file for 'qgit'
|
|
pkgname=qgit
|
|
version=2.9
|
|
revision=1
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=cmake
|
|
makedepends="qt5-devel"
|
|
depends="git"
|
|
short_desc="Qt-based Git GUI"
|
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/tibirna/qgit"
|
|
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=69788efda7d434d1bc094bb414bd92c269dc7894326320634500b05d63c008e8
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
|
fi
|