diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 10:14:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 12:05:58 +0100 |
commit | 98b043d40e980bfa855056757ccd96680688510b (patch) | |
tree | 7a1f5409e7f1f5863b9fa4e691757be09682d241 | |
parent | app-arch/unace: update EAPI 6 -> 8 (diff) | |
download | gentoo-98b043d40e980bfa855056757ccd96680688510b.tar.gz gentoo-98b043d40e980bfa855056757ccd96680688510b.tar.bz2 gentoo-98b043d40e980bfa855056757ccd96680688510b.zip |
net-misc/keychain: update EAPI 6 -> 8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/keychain/keychain-2.8.5-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/keychain/keychain-2.8.5-r1.ebuild b/net-misc/keychain/keychain-2.8.5-r1.ebuild new file mode 100644 index 000000000000..3432617c3dee --- /dev/null +++ b/net-misc/keychain/keychain-2.8.5-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG" +HOMEPAGE="https://www.funtoo.org/Keychain" +SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +BDEPEND="dev-lang/perl" + +src_install() { + dobin ${PN} + doman ${PN}.1 + dodoc ChangeLog README.md +} |