net-misc/iotcpd - 1.1-r1 (peec)

Search

Package Information

Description:
a stdio to tcp redirector daemon
Homepage:
https://codeberg.org/subDIMENSION/iotcpd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1-r1 8 amd64 x86 0
View Raw Ebuild
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="30dd40f4fb"

DESCRIPTION="a stdio to tcp redirector daemon"
HOMEPAGE="https://codeberg.org/subDIMENSION/iotcpd"
SRC_URI="https://codeberg.org/subDIMENSION/${PN}/archive/${MY_PN}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}/server"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"

DEPEND="x11-misc/makedepend"

src_install() {
	doman "${S}/../doc/iotcpd.1"

	exeinto "usr/sbin"
	doexe iotcpd
}

Dependencies

DEPEND

x11-misc/makedepend