From: Zero_Chaos Date: Fri, 21 Aug 2015 16:11:36 +0000 (-0400) Subject: net-wireless/rfcat: new package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f692edd92e0803ce68de4e1197177b38f483bcba;p=gentoo.git net-wireless/rfcat: new package Package-Manager: portage-2.2.20.1 --- diff --git a/net-wireless/rfcat/metadata.xml b/net-wireless/rfcat/metadata.xml new file mode 100644 index 000000000000..f66711c76dbb --- /dev/null +++ b/net-wireless/rfcat/metadata.xml @@ -0,0 +1,11 @@ + + + + +zerochaos@gentoo.org +Rick Farina +maintainer + + + + diff --git a/net-wireless/rfcat/rfcat-9999.ebuild b/net-wireless/rfcat/rfcat-9999.ebuild new file mode 100644 index 000000000000..e3509660948c --- /dev/null +++ b/net-wireless/rfcat/rfcat-9999.ebuild @@ -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" +}