You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/btcrack/btcrack-9999.ebuild

27 lines
491 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="linux port of Thierry Zollers' BTCrack"
HOMEPAGE="https://github.com/mikeryan/btcrack"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/mikeryan/btcrack.git"
inherit git-r3
else
#SRC_URI=""
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${ED}" PREFIX=/usr install
}