|
@@ -1,20 +1,20 @@
|
|
|
[package]
|
|
[package]
|
|
|
-name = "exa"
|
|
|
|
|
|
|
+name = "eza"
|
|
|
description = "A modern replacement for ls"
|
|
description = "A modern replacement for ls"
|
|
|
-authors = ["Benjamin Sago <ogham@bsago.me>"]
|
|
|
|
|
|
|
+authors = ["Benjamin Sago <ogham@bsago.me>", "Christina Sørensen <christina@cafkafk.com>"]
|
|
|
categories = ["command-line-utilities"]
|
|
categories = ["command-line-utilities"]
|
|
|
edition = "2021"
|
|
edition = "2021"
|
|
|
rust-version = "1.63.0"
|
|
rust-version = "1.63.0"
|
|
|
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
|
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
|
|
readme = "README.md"
|
|
readme = "README.md"
|
|
|
-homepage = "https://the.exa.website/"
|
|
|
|
|
|
|
+homepage = "https://github.com/cafkafk/eza"
|
|
|
license = "MIT"
|
|
license = "MIT"
|
|
|
-repository = "https://github.com/ogham/exa"
|
|
|
|
|
|
|
+repository = "https://github.com/cafkafk/ez"
|
|
|
version = "0.10.1"
|
|
version = "0.10.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
[[bin]]
|
|
[[bin]]
|
|
|
-name = "exa"
|
|
|
|
|
|
|
+name = "eza"
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
@@ -69,15 +69,15 @@ lto = true
|
|
|
license-file = [ "LICENCE", "4" ]
|
|
license-file = [ "LICENCE", "4" ]
|
|
|
depends = "$auto"
|
|
depends = "$auto"
|
|
|
extended-description = """
|
|
extended-description = """
|
|
|
-exa is a replacement for ls written in Rust.
|
|
|
|
|
|
|
+eza is a replacement for ls written in Rust.
|
|
|
"""
|
|
"""
|
|
|
section = "utils"
|
|
section = "utils"
|
|
|
priority = "optional"
|
|
priority = "optional"
|
|
|
assets = [
|
|
assets = [
|
|
|
- [ "target/release/exa", "/usr/bin/exa", "0755" ],
|
|
|
|
|
- [ "target/release/../man/exa.1", "/usr/share/man/man1/exa.1", "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" ],
|
|
|
|
|
|
|
+ [ "target/release/eza", "/usr/bin/eza", "0755" ],
|
|
|
|
|
+ [ "target/release/../man/eza.1", "/usr/share/man/man1/eza.1", "0644" ],
|
|
|
|
|
+ [ "target/release/../man/eza_colors.5", "/usr/share/man/man5/eza_colors.5", "0644" ],
|
|
|
|
|
+ [ "completions/bash/eza", "/usr/share/bash-completion/completions/eza", "0644" ],
|
|
|
|
|
+ [ "completions/zsh/_eza", "/usr/share/zsh/site-functions/_eza", "0644" ],
|
|
|
|
|
+ [ "completions/fish/eza.fish", "/usr/share/fish/vendor_completions.d/eza.fish", "0644" ],
|
|
|
]
|
|
]
|