15 lines
518 B
Bash
15 lines
518 B
Bash
# Template file for 'git-cola'
|
|
pkgname=git-cola
|
|
version=4.1.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
pycompile_dirs="usr/share/git-cola/lib"
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
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="${PYPI_SITE}/g/git-cola/git-cola-${version}.tar.gz"
|
|
checksum=d77ba2eb1d1240f47cc44f5fcb9230cc65681834e7e27edf17c5ada462d3fb07
|