hblink: maybe 1/3 of an ebuild for hblink

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-07-22 19:49:09 -04:00
parent dbadc75bb9
commit 5fc930e03f
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="HomeBrew Repeater protocol as used by DMR+, MMDVM and Brandmeister"
HOMEPAGE="https://github.com/n0mjs710/HBlink"
SRC_URI=""
EGIT_REPO_URI="https://github.com/n0mjs710/HBlink.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
pkg_setup() {
die "This literally installs nothing right now"
}