mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/kitty to 0.16.0-2
This commit is contained in:
parent
59f3e1fd7d
commit
597b968892
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgbase=kitty
|
||||
pkgname=(kitty kitty-terminfo)
|
||||
pkgver=0.16.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/kovidgoyal/kitty"
|
||||
|
@ -52,6 +52,8 @@ package_kitty() {
|
|||
install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png "${pkgdir}"/usr/share/pixmaps/kitty.png
|
||||
|
||||
rm -r "$pkgdir"/usr/share/terminfo
|
||||
|
||||
install -Dm644 docs/generated/conf/kitty.conf "${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
|
||||
}
|
||||
|
||||
package_kitty-terminfo() {
|
||||
|
|
Loading…
Reference in a new issue