15 lines
479 B
Bash
15 lines
479 B
Bash
# Template file for 'git-cola'
|
|
pkgname=git-cola
|
|
version=3.0
|
|
revision=1
|
|
build_style=python2-module
|
|
noarch=yes
|
|
hostmakedepends="python"
|
|
depends="git python-PyQt4"
|
|
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=61958f998d4618e09ce0dd473411921818d13df838f32102ef5ded984a0d1a50
|