Skip to content
Snippets Groups Projects
Commit 07d165b2 authored by Jakub Panek's avatar Jakub Panek :speech_balloon: Committed by alice
Browse files

community/wezterm: fix terminfo

parent 60ec8785
1 merge request!33010wezterm: bump and move to community
Pipeline #117916 passed
......@@ -11,7 +11,6 @@ url="https://wezfurlong.org/wezterm/"
arch="x86_64 aarch64"
license="MIT"
options="net"
depends="ncurses-terminfo-base"
makedepends="
cargo
fontconfig-dev
......@@ -71,6 +70,8 @@ check() {
}
package() {
depends="$pkgname-extra-terminfo=$pkgver=r$pkgrel"
cargo install --frozen --offline --root="$pkgdir"/usr --path "$builddir"/wezterm
cargo install --frozen --offline --root="$pkgdir"/usr --path "$builddir"/wezterm-gui
cargo install --frozen --offline --root="$pkgdir"/usr --path "$builddir"/wezterm-mux-server
......@@ -91,9 +92,9 @@ package() {
_extra_terminfo() {
pkgdesc="$pkgdesc (extra terminfo data)"
depends=
depends="ncurses-terminfo-base"
install -Dm644 "$builddir"/terminfo/w/wezterm "$subpkgdir"/usr/share/terminfo/w/wezterm
amove usr/share/terminfo/w/wezterm
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment