mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
Add metadatas for the cargo deb command
This commit is contained in:
parent
6d14757fd7
commit
badc6985f2
1 changed files with 12 additions and 1 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
|
|||
description = "A ls command with a lot of pretty colors."
|
||||
homepage = "https://github.com/Peltoche/lsd"
|
||||
keywords = ["ls"]
|
||||
license-file = "./LICENSE"
|
||||
license = "./LICENSE"
|
||||
name = "lsd"
|
||||
readme = "./README.md"
|
||||
repository = "https://github.com/Peltoche/lsd"
|
||||
|
@ -19,3 +19,14 @@ size = "0.1.1"
|
|||
terminal_size = "0.1.8"
|
||||
time = "0.1.40"
|
||||
users = "0.8.0"
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "Peltoche <dev@halium.fr>"
|
||||
license-file = ["LICENSE", "2"]
|
||||
depends = "$auto"
|
||||
section = "utility"
|
||||
priority = "optional"
|
||||
assets = [
|
||||
["target/release/lsd", "usr/bin/", "755"],
|
||||
["README.md", "usr/share/doc/cargo-deb/README", "644"],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue