Skip to content

Commit

Permalink
Add Debian package metadata section for cargo deb
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 committed Jun 16, 2020
1 parent 2a2514e commit e7d02cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["David Young <david.young@nccgroup.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "A new tool for collecting RDP, web and VNC screenshots all in one place"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -20,3 +22,14 @@ url = "2.1.1"
nmap_xml_parser = "0.2.0"
headless_chrome = "0.9"
failure = "0.1"

[package.metadata.deb]
depends = "$auto, chromium"
extended-description = """\
A new tool for collecting RDP, web and VNC screenshots all in one place\
"""
section = "net"
priority = "optional"
assets = [
["target/release/scamper", "usr/bin", "755"]
]

0 comments on commit e7d02cf

Please sign in to comment.