add cargo-deb information to worf/Cargo.toml
This commit is contained in:
parent
98ba21b0fb
commit
6a906955dd
1 changed files with 16 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
[package]
|
||||
name = "worf"
|
||||
authors = ["Alexander Mohr <git@mohr.io>"]
|
||||
version = "0.5.0"
|
||||
edition = "2024"
|
||||
description = "wofi / dmenu / rofi replacement written in rust"
|
||||
|
||||
[lints.clippy]
|
||||
# enable pedantic
|
||||
|
@ -53,3 +55,17 @@ wl-clipboard-rs = "0.9.2"
|
|||
notify-rust = "4.11.7"
|
||||
thiserror = "2.0.12"
|
||||
urlencoding = "2.1.3"
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "Penelope Gwen <support@pogmom.me>"
|
||||
copyright = "2025, Alexander Mohr <git@mohr.io>"
|
||||
priority = "optional"
|
||||
revision = "4"
|
||||
section = "x11"
|
||||
depends = "$auto"
|
||||
license-file = ["../COPYING.md", "9"]
|
||||
extended-description = """\
|
||||
Worf is yet another style launcher, heavily inspired \
|
||||
by wofi, rofi, and walker. Built from the ground up \
|
||||
with Rust and GTK4, it offers exceptional performance \
|
||||
and modern styling capabilities"""
|
||||
|
|
Loading…
Add table
Reference in a new issue