mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/urh: initial commit of "universal radio hacker"
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
1
net-wireless/urh/Manifest
Normal file
1
net-wireless/urh/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST urh-1.5.2.tar.gz 10288709 SHA256 25e8d4bcabcb165291c3f8c933f2eb566f5dbb4a68bafe3ef9e7db2ff171cb7b SHA512 adceff382495df01470225b600c8b05912ad1796baeaaae4991eea8fc033bae8732e956facdcb80a0d8c9d8c13f8e5989a907700a894b0196d06195ac7259c84 WHIRLPOOL 8819d5c6c859a7ccf85caeb598931cb6da3a5b64ab924dbfc3036b099d91ba422378f096a3c84617a2bcdb672004af11253489489e1e2d7b1e5768fcb9e69bbf
|
||||
17
net-wireless/urh/metadata.xml
Normal file
17
net-wireless/urh/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">jopohl/urh</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
26
net-wireless/urh/urh-1.5.2.ebuild
Normal file
26
net-wireless/urh/urh-1.5.2.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{3_4,3_5} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Universal Radio Hacker: investigate wireless protocols like a boss"
|
||||
HOMEPAGE="https://github.com/jopohl/urh"
|
||||
SRC_URI="https://github.com/jopohl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
dev-python/pyzmq[${PYTHON_USEDEP}]
|
||||
net-libs/libhackrf
|
||||
net-wireless/rtl-sdr"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user