net-analyzer/rdp-sec-check - 20181109 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/rdp-sec-check-20181109

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

autounmask =net-analyzer/rdp-sec-check-20181109

Or alternatively:

emerge --autounmask-write -a =net-analyzer/rdp-sec-check-20181109

Package Information

Description:
Remote Desktop Protocol security settings checker
Homepage:
https://github.com/portcullislabs/rdp-sec-check
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20181109 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

EGO_PN=github.com/portcullislabs/${PN}

if [[ ${PV} = *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/portcullislabs/rdp-sec-check.git"
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~x86"
	EGIT_COMMIT="595685769eea1c4e1dc4cb2a034d6ba7bddc8cb6"
	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
fi

DESCRIPTION="Remote Desktop Protocol security settings checker"
HOMEPAGE="https://github.com/portcullislabs/rdp-sec-check"

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

RDEPEND="dev-perl/Encoding-BER"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-${EGIT_COMMIT}"

src_install() {
	newbin ${PN}.pl ${PN}
}

Inherited Eclasses

Dependencies

DEPEND

dev-perl/Encoding-BER

RDEPEND

dev-perl/Encoding-BER

Manifest for 20181109

Type File Size Source URLs
DIST rdp-sec-check-20181109.tar.gz 14175 bytes https://github.com/portcullislabs/rdp-sec-check/archive/595685769eea1c4e1dc4cb2a034d6ba7bddc8cb6.tar.gz