aboutsummaryrefslogtreecommitdiffstats
path: root/testing/git-cola/APKBUILD
blob: 28e4327343f0253cdbbf2f2e45b581046d9109f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=git-cola
pkgver=3.4
pkgrel=0
pkgdesc="A GUI application for git built on Python & Qt5"
url="https://git-cola.github.io"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3 py3-qtpy"
checkdepends="py3-nose"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
source="git-cola-$pkgver.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz"
# testsuite hangs after a while.
options="!check"

build() {
	make PYTHON=python3
}
check() {
	make PYTHON=python3 test
}

package() {
	make PYTHON=python3 prefix=/usr DESTDIR="$pkgdir" install
}

sha512sums="37775451bfa996b05a8504fd4bdef78d38ea3dd9c90fbfbee78ac1d90fcc55fa6ee7eab180269ba084cf071032711032d10942c9204f2c653a57ef5d991690e9  git-cola-3.4.tar.gz"