f3-9999booboo
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Fight Flash Fraud, or Fight Fake Flash"
HOMEPAGE="http://oss.digirati.com.br/f3/"
EGIT_REPO_URI="https://github.com/AltraMayor/f3"
LICENSE="GPL-3"
SLOT="0"
src_compile() {
emake all extra
}
src_install() {
emake install install-extra PREFIX="$D/usr/"
}