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/rfcat/rfcat-9999.ebuild

26 lines
550 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit mercurial distutils-r1
DESCRIPTION="The swiss army knife of subGHz"
HOMEPAGE="https://bitbucket.org/atlas0fd00m/rfcat/"
#SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/atlas0fd00m/rfcat"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
#DEPEND="dev-embedded/sdcc"
#RDEPEND="${DEPEND}"
pkg_postinst() {
ewarn "Right now, this only installs the rfcat host tools, nothing related to firmware"
}