logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

pussh-9999.ebuild (392B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit git-r3
  5. DESCRIPTION="Parallel SSH, batch and command line oriented"
  6. HOMEPAGE="https://github.com/bearstech/pussh"
  7. SRC_URI=""
  8. EGIT_REPO_URI="https://github.com/bearstech/pussh.git"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. KEYWORDS=""
  12. IUSE=""
  13. DEPEND="virtual/ssh"
  14. RDEPEND="${DEPEND}"