Skip to content

Instantly share code, notes, and snippets.

@kyujin-cho
Created January 6, 2023 11:23
Show Gist options
  • Save kyujin-cho/dd9d47133f017e51dbbd784d66f6905b to your computer and use it in GitHub Desktop.
Save kyujin-cho/dd9d47133f017e51dbbd784d66f6905b to your computer and use it in GitHub Desktop.
Wezterm Git
diff --git a/PKGBUILD b/PKGBUILD
index ba8af70..140239a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=("wezterm-git")
pkgdesc="A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering."
-pkgver=20210916.085405.e36cf754
+pkgver=20230102.155114.67896f67
pkgrel=3
-arch=("x86_64" "i686")
+arch=("x86_64" "i686" "aarch64")
url="https://github.com/wez/wezterm"
license=("MIT")
depends=(
@@ -19,7 +19,7 @@ depends=(
"xcb-util-keysyms"
"xcb-util-wm"
)
-makedepends=("cargo" "cmake" "git" "pkgconf" "python")
+makedepends=("cmake" "git" "pkgconf" "python")
provides=("wezterm" "wezterm-gui" "wezterm-mux-server")
conflicts=("wezterm" "wezterm-bin" "wezterm-nightly-bin")
source=(
@kyujin-cho
Copy link
Author

git clone https://aur.archlinux.org/wezterm-git.git
cd wezterm-git
curl -L https://gist.github.com/kyujin-cho/dd9d47133f017e51dbbd784d66f6905b/raw/17794f74b857166a1124a93f7db12458ee68cb08/wezterm-git.patch > diff.patch
git patch diff.patch
makepkg -si

@kyujin-cho
Copy link
Author

Make sure rustup is installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment