diff options
author | 2024-04-24 12:52:11 +0100 | |
---|---|---|
committer | 2024-04-24 12:58:00 +0100 | |
commit | 3ec97ea5d7cabb2666b0999be073eb77bc21a78f (patch) | |
tree | 5bb9c61db052c33eb15f87f46f75e726dd18a4ac /sys-apps/uswid/metadata.xml | |
parent | dev-ruby/pcaprub: avoid tests that require network or devices (diff) | |
download | gentoo-3ec97ea5d7cabb2666b0999be073eb77bc21a78f.tar.gz gentoo-3ec97ea5d7cabb2666b0999be073eb77bc21a78f.tar.bz2 gentoo-3ec97ea5d7cabb2666b0999be073eb77bc21a78f.zip |
sys-apps/uswid: new package, add 0.4.7
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps/uswid/metadata.xml')
-rw-r--r-- | sys-apps/uswid/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/uswid/metadata.xml b/sys-apps/uswid/metadata.xml new file mode 100644 index 000000000000..36b5e41b4afc --- /dev/null +++ b/sys-apps/uswid/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription lang="en"> + Using the uSWID tool or Python API allows one to create, convert and merge + Software Bill of Materials (SBoM) metadata to and from a number of different + formats including SWID, coSWID, CycloneDX, SPDX and goSWID. It can also import + SBoM metadata from .ini files, pkgconfig files, PE binaries including EFI ones, + and various unspecified firmware files as long as they include the coSWID SBoM + header. Last but not least, it can be used to embed coSWID SBoM metadata + into PE/EFI binaries. + </longdescription> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">uswid</remote-id> + <remote-id type="github">hughsie/python-uswid</remote-id> + </upstream> +</pkgmetadata> |