We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec47269 commit 75a8882Copy full SHA for 75a8882
Cargo.toml
@@ -54,3 +54,17 @@ default-features = false
54
55
[dependencies.zoneinfo_compiled]
56
git = "https://github.com/rust-datetime/zoneinfo-compiled.git"
57
+
58
+[package.metadata.deb]
59
+license-file = [ "LICENCE" ]
60
+depends = "$auto"
61
+extended-description = """
62
+exa is a replacement for ls written in Rust.
63
+"""
64
+section = "utils"
65
+priority = "optional"
66
+assets = [
67
+ [ "target/release/exa", "/usr/bin/exa", "0755" ],
68
+ [ "contrib/man/exa.1", "/usr/share/man/man1/exa.1", "0644" ],
69
+ [ "contrib/completions.bash", "/etc/bash_completion.d/exa", "0644" ],
70
+]
0 commit comments