net-misc/mbusd - 9999 (booboo)

Search

Install

Install this version:

emerge -a =net-misc/mbusd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/mbusd-9999

Or alternatively:

emerge --autounmask-write -a =net-misc/mbusd-9999

Package Information

Description:
Open-source Modbus TCP to Modbus RTU (RS-232/485) gateway
Homepage:
https://github.com/3cky/mbusd
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 cmake

DESCRIPTION="Open-source Modbus TCP to Modbus RTU (RS-232/485) gateway"
HOMEPAGE="https://github.com/3cky/mbusd"
EGIT_REPO_URI="https://github.com/3cky/mbusd"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

Inherited Eclasses