mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-10 08:14:02 +00:00
Update Cargo.toml to make cargo-deb work again
This commit is contained in:
parent
11793973fe
commit
75f14d23a3
11
Cargo.toml
11
Cargo.toml
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "exa"
|
name = "exa"
|
||||||
description = "A modern replacement for ls"
|
description = "A modern replacement for ls"
|
||||||
|
|
||||||
authors = ["Benjamin Sago <ogham@bsago.me>"]
|
authors = ["Benjamin Sago <ogham@bsago.me>"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
||||||
|
readme = "README.md"
|
||||||
homepage = "https://the.exa.website/"
|
homepage = "https://the.exa.website/"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/ogham/exa"
|
repository = "https://github.com/ogham/exa"
|
||||||
@ -63,7 +63,7 @@ lto = true
|
|||||||
|
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
license-file = [ "LICENCE" ]
|
license-file = [ "LICENCE", "4" ]
|
||||||
depends = "$auto"
|
depends = "$auto"
|
||||||
extended-description = """
|
extended-description = """
|
||||||
exa is a replacement for ls written in Rust.
|
exa is a replacement for ls written in Rust.
|
||||||
@ -72,6 +72,9 @@ section = "utils"
|
|||||||
priority = "optional"
|
priority = "optional"
|
||||||
assets = [
|
assets = [
|
||||||
[ "target/release/exa", "/usr/bin/exa", "0755" ],
|
[ "target/release/exa", "/usr/bin/exa", "0755" ],
|
||||||
[ "contrib/man/exa.1", "/usr/share/man/man1/exa.1", "0644" ],
|
[ "target/release/../man/exa.1", "/usr/share/man/man1/exa.1", "0644" ],
|
||||||
[ "contrib/completions.bash", "/etc/bash_completion.d/exa", "0644" ],
|
[ "target/release/../man/exa_colors.5", "/usr/share/man/man5/exa_colors.5", "0644" ],
|
||||||
|
[ "completions/bash/exa", "/usr/share/bash-completion/completions/exa", "0644" ],
|
||||||
|
[ "completions/zsh/_exa", "/usr/share/zsh/site-functions/_exa", "0644" ],
|
||||||
|
[ "completions/fish/exa.fish", "/usr/share/fish/vendor_completions.d/exa.fish", "0644" ],
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user