diff options
author | 2016-08-14 17:18:37 +0200 | |
---|---|---|
committer | 2016-08-14 17:18:37 +0200 | |
commit | 5923229d2c7b63be3ffbad51070c29499300b030 (patch) | |
tree | d67f732162fa69ab8f2c7ed7e3ebb07aafd572af /sys-block/f3/metadata.xml | |
parent | sys-apps/hponcfg: New package (diff) | |
download | gentoo-5923229d2c7b63be3ffbad51070c29499300b030.tar.gz gentoo-5923229d2c7b63be3ffbad51070c29499300b030.tar.bz2 gentoo-5923229d2c7b63be3ffbad51070c29499300b030.zip |
sys-block/f3: New package
The "Fight Flash Fraud" or "Fight Fake Flash" tool represents
a GPLv3 implementation of the algorithm of h2testw and further
improvements to speed up the identification of fake drives
as well as making them usable.
You can also use these utilities if you want to test the
integrity of your USB/flash medium.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-block/f3/metadata.xml')
-rw-r--r-- | sys-block/f3/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-block/f3/metadata.xml b/sys-block/f3/metadata.xml new file mode 100644 index 000000000000..2313fa6014ca --- /dev/null +++ b/sys-block/f3/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>whissi@gentoo.org</email> + <name>Thomas Deutschmann</name> + </maintainer> + <longdescription lang="en"> + F3 - an alternative to h2testw + + The "Fight Flash Fraud" or "Fight Fake Flash" tool represents + a GPLv3 implementation of the algorithm of h2testw and further + improvements to speed up the identification of fake drives + as well as making them usable. + + You can also use these utilities if you want to test the + integrity of your USB/flash medium. + </longdescription> + <upstream> + <bugs-to>https://github.com/AltraMayor/f3/issues</bugs-to> + <remote-id type="github">AltraMayor/f3</remote-id> + </upstream> + <use> + <flag name="extra">Build the additional f3probe, f3brew and f3fix utility (requires <pkg>sys-block/parted</pkg> and <pkg>virtual/udev</pkg>)</flag> + </use> +</pkgmetadata> |