2f542677af9c2a22293fd0cf35f77416c17e6d11
[gentoo.git] / net-misc / keychain / keychain-2.8.5.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG"
7 HOMEPAGE="https://www.funtoo.org/Keychain"
8 SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
13 IUSE=""
14
15 DEPEND="dev-lang/perl"
16 RDEPEND=""
17
18 src_install() {
19         dobin ${PN}
20         doman ${PN}.1
21         dodoc ChangeLog README.md
22 }