vp-build/srcpkgs/qgit/template

19 lines
519 B
Bash

# Template file for 'qgit'
pkgname=qgit
version=2.8
revision=2
build_style=cmake
wrksrc="${pkgname}-${pkgname}-${version}"
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=a6751181bde2ff9f3a097694e5c42db689633028b178595f66909d6585cad514
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi