sshpaste-9999.ebuild (452B)
- # Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
- # Distributed under the terms of the GNU General Public License v2
- EAPI=7
- inherit git-r3
- DESCRIPTION="wgetpaste clone for pushing to your own server"
- HOMEPAGE="https://hacktivis.me/git/sshpaste/"
- SRC_URI=""
- EGIT_REPO_URI="https://hacktivis.me/git/sshpaste.git"
- LICENSE="ISC"
- SLOT="0"
- KEYWORDS=""
- IUSE="X"
- DEPEND=""
- RDEPEND="
- ${DEPEND}
- virtual/ssh
- X? ( x11-misc/xclip )
- "