mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
29 lines
1.1 KiB
TOML
29 lines
1.1 KiB
TOML
[package]
|
|
name = "yazi-packing"
|
|
description = "Yazi packing"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.deb]
|
|
name = "yazi"
|
|
license-file = [ "../LICENSE", "0" ]
|
|
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"
|
|
priority = "optional"
|
|
assets = [
|
|
[ "target/release/ya", "usr/bin/", "755" ],
|
|
[ "target/release/yazi", "usr/bin/", "755" ],
|
|
[ "../README.md", "usr/share/doc/yazi/README", "644" ],
|
|
[ "../yazi-cli/completions/ya.bash", "usr/share/bash-completion/completions/ya", "644" ],
|
|
[ "../yazi-boot/completions/yazi.bash", "usr/share/bash-completion/completions/yazi", "644" ],
|
|
]
|