Skip to content

Commit 97f4e55

Browse files
committed
Merge branch 'master' of github.com:o2sh/onefetch
2 parents 99bff66 + 75e9d93 commit 97f4e55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: Cargo.toml

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

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

0 commit comments

Comments
 (0)