logo

overlay

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

sshpaste-9999.ebuild (452B)


  1. # Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit git-r3
  5. DESCRIPTION="wgetpaste clone for pushing to your own server"
  6. HOMEPAGE="https://hacktivis.me/git/sshpaste/"
  7. SRC_URI=""
  8. EGIT_REPO_URI="https://hacktivis.me/git/sshpaste.git"
  9. LICENSE="ISC"
  10. SLOT="0"
  11. KEYWORDS=""
  12. IUSE="X"
  13. DEPEND=""
  14. RDEPEND="
  15. ${DEPEND}
  16. virtual/ssh
  17. X? ( x11-misc/xclip )
  18. "