logo

overlay

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

sshpaste-1.0.1.ebuild (534B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="wgetpaste clone for pushing to your own server"
  5. HOMEPAGE="https://hacktivis.me/git/sshpaste/"
  6. SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
  7. LICENSE="ISC"
  8. SLOT="0"
  9. KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
  10. IUSE="X"
  11. DEPEND=""
  12. RDEPEND="
  13. ${DEPEND}
  14. virtual/ssh
  15. X? ( x11-misc/xclip )
  16. "
  17. src_install() {
  18. dodoc README.md
  19. dodoc Changelog.md
  20. dobin sshpaste
  21. }