File: debcargo.toml

package info (click to toggle)
rust-sequoia-sqv 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: makefile: 58
file content (23 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
overlay = "."
uploaders = [
    "Alexander Kjäll <alexander.kjall@gmail.com>",
    "Daniel Kahn Gillmor <dkg@fifthhorseman.net>",
    "Holger Levsen <holger@debian.org>"
]
bin_name = "sqv"
[source]
section = "utils"
build_depends = ["bash-completion"]

[packages.bin]
multi_arch = "foreign"
summary = "OpenPGP signature verification program from Sequoia"
description = """
sqv is a single-purpose CLI for verifying OpenPGP signatures, designed
to be used from scripts.

OpenPGP users looking for the full range of OpenPGP functionality
will usually prefer sq, the Sequoia PGP project's primary CLI, which
provides a richer signature verification interface and other
functionality like certificate management.
"""