Skip to content

Commit 767fef6

Browse files
committedAug 2, 2020
Add info for cargo-deb
1 parent bbc0359 commit 767fef6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ license = "MIT"
88
repository = "https://github.com/o2sh/onefetch"
99
exclude = ["assets/*.png"]
1010

11+
[package.metadata.deb]
12+
extended-description = """\
13+
Onefetch is a command line tool that displays information about your Git repository directly on your terminal. \
14+
Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
15+
"""
16+
depends = "$auto"
17+
section = "utility"
18+
priority = "optional"
19+
1120
[dependencies]
1221
colored= "1.8.0"
1322
git2 = {version = "0.13.6", default-features = false}

0 commit comments

Comments
 (0)
Please sign in to comment.