blob: a568c828c4bb5365cf67d7ee4e437a1965d6adc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
pkgbase = wezterm-git
pkgdesc = A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering.
pkgver = 20240922.091625.5a594f51
pkgrel = 3
url = https://github.com/wez/wezterm
arch = x86_64
arch = i686
license = MIT
makedepends = cargo
makedepends = cmake
makedepends = git
makedepends = pkgconf
makedepends = python
depends = dbus
depends = fontconfig
depends = hicolor-icon-theme
depends = libx11
depends = libxkbcommon-x11
depends = wayland
depends = xcb-util-image
depends = xcb-util-keysyms
depends = xcb-util-wm
provides = wezterm
provides = wezterm-gui
provides = wezterm-mux-server
provides = wezterm-shell-integration
provides = wezterm-terminfo
conflicts = wezterm
conflicts = wezterm-bin
conflicts = wezterm-nightly-bin
conflicts = wezterm-shell-integration
conflicts = wezterm-terminfo
options = !lto
source = wezterm::git+https://github.com/wez/wezterm.git
source = harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git
source = libpng::git+https://github.com/glennrp/libpng.git
source = zlib::git+https://github.com/madler/zlib.git
source = freetype2::git+https://github.com/wez/freetype2.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = wezterm-git
|