59216f2e44
- update pycompile_dirs - fix depends after switch to PyQt5
15 lines
504 B
Bash
15 lines
504 B
Bash
# Template file for 'git-cola'
|
|
pkgname=git-cola
|
|
version=3.1
|
|
revision=3
|
|
noarch=yes
|
|
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"
|
|
homepage="https://git-cola.github.io/"
|
|
distfiles="https://github.com/git-cola/git-cola/archive/v${version}.tar.gz"
|
|
checksum=a7a083f84697a56ee7c910ccfc680d36c5c447c6b5a3522e01bff9de91474f57
|