aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kitty/APKBUILD
blob: 75712f309fed557c2e590818b806c89f707ff995 (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
30
31
32
33
34
35
36
37
38
39
40
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=kitty
pkgver=0.17.2
pkgrel=0
pkgdesc="Modern, hackable, featureful, OpenGL based terminal emulator"
url="https://sw.kovidgoyal.net/kitty/"
arch="all"
license="GPL-3.0-only"
#some test fails, disabled for now:
#ERROR: test_box_drawing
#ERROR: test_emoji_presentation
#ERROR: test_font_rendering
#ERROR: test_shaping
#ERROR: test_sprite_map
options="!check"
depends="py3-pygments imagemagick ncurses ncurses-terminfo-base"
makedepends="py3-setuptools harfbuzz-dev zlib-dev libpng-dev freetype-dev
	fontconfig-dev mesa-dev python3-dev dbus-dev libxi-dev
	libxkbcommon-dev libxrandr-dev libxinerama-dev libxcursor-dev
	wayland-protocols wayland-dev py3-sphinx libcanberra-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/kovidgoyal/kitty/archive/v$pkgver.tar.gz
	fix-ppc64le-build-ioctl-with-musl.patch
	"

build() {
	SPHINXBUILD=sphinx-build python3 setup.py linux-package
}

check() {
	python3 setup.py test
}

package() {
	python3 setup.py linux-package --prefix "$pkgdir/usr"
}

sha512sums="1161d2988179f712bff6deba94c70e65299e301538b9c44e30b0729f350ca621b074fdde29cbb94531ff011e5b75cab3ba7379dcc494ba8b3d3afa14a3ff14bf  kitty-0.17.2.tar.gz
330f56f5fd60607c57f4f2cffdf33768b3af9e4c3e271a60a05cc3c653d70f7402af91ba0cdfe0257c8b4779884a6440eb52496078bce11799aaa1829ced9245  fix-ppc64le-build-ioctl-with-musl.patch"