mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: add fd as a dependency to the .deb packaging workflow (#3128)
This commit is contained in:
parent
01fd967fa3
commit
f0502a46b7
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/sxyazi/yazi"
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
name = "yazi"
|
name = "yazi"
|
||||||
license-file = [ "../LICENSE", "0" ]
|
license-file = [ "../LICENSE", "0" ]
|
||||||
depends = "file, ffmpeg, 7zip, jq, poppler-utils, fd-find, ripgrep, fzf, zoxide, imagemagick, xsel|xclip|wl-clipboard"
|
depends = "file, ffmpeg, 7zip, jq, poppler-utils, fd-find|fd, ripgrep, fzf, zoxide, imagemagick, xsel|xclip|wl-clipboard"
|
||||||
recommends = "bash-completion"
|
recommends = "bash-completion"
|
||||||
extended-description-file = "README.md"
|
extended-description-file = "README.md"
|
||||||
section = "utility"
|
section = "utility"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue