summaryrefslogtreecommitdiff
blob: 581a99cf43bf09cdf68c226826f81305bb07c792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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"
}