# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="F3 - Fight Flash Fraud / an alternative to h2testw"
HOMEPAGE="http://oss.digirati.com.br/f3/"
SRC_URI="https://github.com/AltraMayor/f3/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

# -ludev ?
DEPEND="sys-block/parted"
RDEPEND="${DEPEND}"

src_compile() {
	emake all experimental
}

src_install() {
	dobin f3{write,read,probe,brew,fix}
}