app-text/sshpaste - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-text/sshpaste-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/sshpaste-9999

Or alternatively:

emerge --autounmask-write -a =app-text/sshpaste-9999

Package Information

Description:
wgetpaste clone for pushing to your own server
Homepage:
https://hacktivis.me/git/sshpaste/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# 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/"

EGIT_REPO_URI="https://anongit.hacktivis.me/git/sshpaste.git"

LICENSE="ISC"
SLOT="0"
IUSE="X"

RDEPEND="
	${DEPEND}
	virtual/ssh
	X? ( x11-misc/xclip )
"

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/sshpaste | euse -E <flag> -p app-text/sshpaste | euse -D <flag> -p app-text/sshpaste

Global/Standard Flags

X

Inherited Eclasses

Dependencies

RDEPEND

	
	virtual/ssh
	X? ( x11-misc/xclip )