net-misc/yasnd - 9999 (pinkbyte)

Search

Install

Install this version:

emerge -a =net-misc/yasnd-9999

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

autounmask =net-misc/yasnd-9999

Or alternatively:

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

Package Information

Description:
Yet Another Stupid Network Daemon, tool that checks hosts' availability
Homepage:
https://gitlab.com/Pinkbyte/yasnd
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

EGIT_REPO_URI="https://gitlab.com/Pinkbyte/yasnd.git"
inherit autotools git-r3

DESCRIPTION="Yet Another Stupid Network Daemon, tool that checks hosts' availability"
HOMEPAGE="https://gitlab.com/Pinkbyte/yasnd"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

RDEPEND="app-mobilephone/gammu
	dev-libs/confuse:="
DEPEND="${RDEPEND}"

src_prepare() {
	eapply_user
	eautoreconf
}

src_install() {
	newinitd contrib/yasnd.openrc yasnd
	newinitd contrib/yasnd-early.openrc yasnd-early
	default
}

Inherited Eclasses

Dependencies

DEPEND

app-mobilephone/gammu
	dev-libs/confuse:=

RDEPEND

app-mobilephone/gammu
	dev-libs/confuse:=