15 lines
479 B
Bash
15 lines
479 B
Bash
# Template file for 'git-cola'
|
|
pkgname=git-cola
|
|
version=3.1
|
|
revision=2
|
|
build_style=python2-module
|
|
noarch=yes
|
|
hostmakedepends="python"
|
|
depends="git python-PyQt5"
|
|
short_desc="Highly caffeinated Git GUI"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/$pkgname/$pkgname"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
pycompile_dirs="usr/share/git-cola/lib/cola"
|
|
checksum=a7a083f84697a56ee7c910ccfc680d36c5c447c6b5a3522e01bff9de91474f57
|