app-admin/nwatch - 2.0.2 (sk-overlay)

Search

Package Information

Description:
Slightly nicer wrapper around Nmap's ndiff(1)
Homepage:
https://sanctum.geek.nz/cgit/nwatch.git/about/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.0.2 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Slightly nicer wrapper around Nmap's ndiff(1)"
HOMEPAGE="https://sanctum.geek.nz/cgit/nwatch.git/about/"
SRC_URI="https://sanctum.geek.nz/cgit/${PN}.git/snapshot/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="
	${DEPEND}
	net-analyzer/nmap
"
BDEPEND=""

src_compile() { :; }

src_install() {
	dobin nwatch
	doman nwatch.1
}

Dependencies

RDEPEND

	
	net-analyzer/nmap