Skip to content

Commit

Permalink
Add project description in the package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayosec committed Sep 23, 2021
1 parent 75e8b9c commit eb69878
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"
authors = [ "ayosec@gmail.com" ]
license = "Apache-2.0"
description = "Summer (TODO)"
description = "CLI application to summarize the contents of a directory."
repository = "https://github.com/ayosec/summer"

[dependencies]
Expand Down
3 changes: 2 additions & 1 deletion pkg/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Description: $PACKAGE_DESCRIPTION
TODO - Description
Summer is an application that reads the contents of a directory, and
generates a summary based on a custom configuration.
3 changes: 2 additions & 1 deletion pkg/rpm/summer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Summary: $PACKAGE_DESCRIPTION
License: $PACKAGE_LICENSE

%description
TODO -- description
Summer is an application that reads the contents of a directory, and
generates a summary based on a custom configuration.

%build
cargo build --release
Expand Down

0 comments on commit eb69878

Please sign in to comment.