cruxports/kitty/Pkgfile

19 lines
584 B
Plaintext

# Description: GPU-accelerated terminal emulator written in Go
# URL: https://github.com/kovidgoyal/kitty
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: go lcms2 xorg-libxcursor libxkbcommon xorg-libxinerama libcanberra xxhash
# Optional: imagemagick python3-pygments
name=kitty
version=0.31.0
release=1
source=(https://github.com/kovidgoyal/$name/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
sed -e 's;python3 ;/usr/bin/python3 ;' -i Makefile
make linux-package
rm -rf linux-package/share/doc
mv linux-package $PKG/usr
}