16 lines
513 B
Bash
16 lines
513 B
Bash
# Template file for 'git-cola'
|
|
pkgname=git-cola
|
|
version=3.6
|
|
revision=2
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_dirs="usr/share/git-cola/lib"
|
|
hostmakedepends="python3"
|
|
depends="git python3-PyQt5 qt5-svg"
|
|
short_desc="Highly caffeinated Git GUI"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://git-cola.github.io/"
|
|
distfiles="https://github.com/git-cola/git-cola/archive/v${version}.tar.gz"
|
|
checksum=63369f519f81988c2d167ba2c59ad53644d3fac2b7be1e12d3f1df9b8fd91839
|