| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.201 | 8 | amd64 arm arm64 x86 | 0 |
# 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"
}
virtual/ssh
virtual/ssh
| 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 |