mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
hblink: maybe 1/3 of an ebuild for hblink
This commit is contained in:
parent
dbadc75bb9
commit
5fc930e03f
1 changed files with 23 additions and 0 deletions
23
net-wireless/hblink/hblink-9999.ebuild
Normal file
23
net-wireless/hblink/hblink-9999.ebuild
Normal 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"
|
||||
}
|
||||
Loading…
Reference in a new issue