# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        AltraMayor f3 8.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

categories          sysutils
license             GPL-3
maintainers         {gmail.com:davidgilman1 @dgilman} openmaintainer
description         Verifies the reliability of local storage, e.g. flash
long_description    F3 stands for Fight Flash Fraud, or Fight Fake Flash, and will \
                    tell if a flash drive reports more capacity than it actually \
                    has. It writes known data on any local storage until \
                    it is full, and in a second phase, it reads all the data back and \
                    verifies it. If the storage is reliable, no discrepancies will \
                    be found.
homepage            http://oss.digirati.com.br/f3/

depends_lib-append  port:argp-standalone

use_configure       no

checksums           rmd160  e55356ceeea6943db54bab2b5a97f3fd3d5ab074 \
                    sha256  0c063bda611061af5dc5a0e3c5bf4537904c0d2c1782726229b085a1f7dac6f8 \
                    size    71530

build.post_args     ARGP=${prefix}
destroot.post_args-append PREFIX=${prefix}
