15 lines
486 B
Bash
15 lines
486 B
Bash
# Template file for 'git-cola'
|
|
pkgname=git-cola
|
|
version=2.7
|
|
revision=1
|
|
build_style=python-module
|
|
noarch=yes
|
|
hostmakedepends="python"
|
|
depends="git-perl python-PyQt4"
|
|
short_desc="Highly caffeinated Git GUI"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
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=3e090120f6c46c9a765273ff16a86162d39b79f53f4bbdcf5362c425e57dd904
|