net-wireless/rfcat: new package

Package-Manager: portage-2.2.20.1
This commit is contained in:
Zero_Chaos
2015-08-21 12:11:36 -04:00
parent 5d1813f829
commit f692edd92e
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
<description>maintainer</description>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
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"
}