sshpass-1.05.ebuild 408 B

1234567891011121314151617
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. DESCRIPTION="Tool for noninteractively performing password authentication with ssh"
  5. HOMEPAGE="http://sshpass.sourceforge.net"
  6. SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~arm x86 ~x64-macos"
  10. IUSE=""
  11. RDEPEND="net-misc/openssh"
  12. DEPEND=""