new bblfs: x11-terms/kitty-terminfo-0.44.0

This commit is contained in:
2026-01-06 08:04:53 -05:00
parent 63bf1b407d
commit 5cdfcd64de

View File

@@ -0,0 +1,21 @@
pkgname=kitty-terminfo
pkgbase=kitty
pkgver=0.44.0
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
homepage="https://github.com/kovidgoyal/kitty"
license=('GPL-3.0-only')
sources=("${pkgbase}-${pkgver}.tar.xz")
urls=("https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${sources[0]}")
md5sums=("c3c31e13371c08166cc2bc4ea34cdc74")
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1
}
src_install() {
mkdir -p "$pkgdir/usr/share/terminfo"
tic -xo "${pkgdir}"/usr/share/terminfo terminfo/kitty.terminfo
}
# vim:ft=sh syn=sh et sw=2: