fix: add fd as a dependency to the .deb packaging workflow (#3128)

This commit is contained in:
Phil Clifford 2025-09-13 04:30:49 +01:00 committed by GitHub
parent 01fd967fa3
commit f0502a46b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ repository = "https://github.com/sxyazi/yazi"
[package.metadata.deb]
name = "yazi"
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"
extended-description-file = "README.md"
section = "utility"