mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
17 lines
678 B
XML
17 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Minisign is a dead simple tool to sign files and verify signatures.
|
|
It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system.
|
|
Signature written by minisign can be verified using OpenBSD's signify tool:
|
|
public key files and signature files are compatible.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">jedisct1/minisign</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|