app-admin/authprogs - 0.9.201 (peec)

Search

Package Information

Description:
ssh forced command authenticator
Homepage:
https://github.com/11001100/authprogs
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.9.201 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="ssh forced command authenticator"
HOMEPAGE="https://github.com/11001100/authprogs"

SRC_URI="https://github.com/11001100/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="amd64 arm arm64 x86"

SLOT="0"

RDEPEND="virtual/ssh"
DEPEND="${RDEPEND}"
RESTRICT="mirror"

src_compile() {
	emake || die
}

src_install() {
	dobin "${S}/src/authprogs"
}

Dependencies

DEPEND

virtual/ssh

RDEPEND

virtual/ssh

Manifest for 0.9.201

Type File Size Source URLs
DIST authprogs-0.9.201.tar.gz 26386 bytes https://github.com/11001100/authprogs/archive/0.9.201.tar.gz