mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
parent
f8fd055673
commit
061e320f69
1 changed files with 18 additions and 0 deletions
18
srcpkgs/qgit/template
Normal file
18
srcpkgs/qgit/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'qgit'
|
||||||
|
pkgname=qgit
|
||||||
|
version=2.7
|
||||||
|
revision=1
|
||||||
|
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"
|
||||||
|
homepage="https://github.com/tibirna/qgit"
|
||||||
|
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=183d116b2fb38c6a76c99577f6cc86f0241f8b6bdc74042be4cb8631567f5e9e
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue