sys-block/f3 - 9999 (booboo)

Search

Install

Install this version:

emerge -a =sys-block/f3-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-block/f3-9999

Or alternatively:

emerge --autounmask-write -a =sys-block/f3-9999

Package Information

Description:
Fight Flash Fraud, or Fight Fake Flash
Homepage:
http://oss.digirati.com.br/f3/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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/"
}

Inherited Eclasses