blob: fc47dba6ec2a4a27d1d92a15f779fcfd692976f8 (
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
|
pkgbase = yazi-git
pkgdesc = Blazing fast terminal file manager written in Rust, based on async I/O
pkgver = 0.4.0.r3.g7498b97
pkgrel = 1
url = https://github.com/sxyazi/yazi
arch = x86_64
arch = aarch64
license = MIT
makedepends = cargo
makedepends = git
makedepends = imagemagick
depends = gcc-libs
depends = ttf-nerd-fonts-symbols
optdepends = chafa: for previewing images
optdepends = fd: for file searching
optdepends = ffmpeg: for video thumbnails
optdepends = fzf: for directory jumping
optdepends = imagemagick: for previewing fonts
optdepends = jq: for JSON preview
optdepends = p7zip: for archive preview
optdepends = poppler: for PDF preview
optdepends = ripgrep: for file content searching
optdepends = zoxide: for directory jumping
provides = yazi=0.4.0.r3
conflicts = yazi
options = !lto
source = yazi::git+https://github.com/sxyazi/yazi.git
sha256sums = SKIP
pkgname = yazi-git
|