Diff kitty-terminfo-0.30.1 with a kitty-terminfo-9999

/usr/portage/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild 2023-10-09 14:52:35.980368514 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit git-r3
7

  
6 8
DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
7 9
HOMEPAGE="https://sw.kovidgoyal.net/kitty/"
8
SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz"
9
S="${WORKDIR}/kitty-${PV}"
10
EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git"
10 11

  
11 12
LICENSE="GPL-3"
12 13
SLOT="0"
13
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
14 14
RESTRICT="test" # intended to be ran on the full kitty package
15 15

  
16 16
BDEPEND="sys-libs/ncurses"
Thank you!