mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgbase=kitty
|
||||||
pkgname=(kitty kitty-terminfo)
|
pkgname=(kitty kitty-terminfo)
|
||||||
pkgver=0.16.0
|
pkgver=0.16.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/kovidgoyal/kitty"
|
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
|
install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png "${pkgdir}"/usr/share/pixmaps/kitty.png
|
||||||
|
|
||||||
rm -r "$pkgdir"/usr/share/terminfo
|
rm -r "$pkgdir"/usr/share/terminfo
|
||||||
|
|
||||||
|
install -Dm644 docs/generated/conf/kitty.conf "${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
package_kitty-terminfo() {
|
package_kitty-terminfo() {
|
||||||
|
|
Loading…
Reference in a new issue