mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-wireless/rfcat: new package
Package-Manager: portage-2.2.20.1
This commit is contained in:
11
net-wireless/rfcat/metadata.xml
Normal file
11
net-wireless/rfcat/metadata.xml
Normal 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>
|
||||
25
net-wireless/rfcat/rfcat-9999.ebuild
Normal file
25
net-wireless/rfcat/rfcat-9999.ebuild
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user