remote-2.0.2powerman
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Ease to use wrapper tools for ssh and scp"
HOMEPAGE="http://powerman.name/soft/remote.html"
SRC_URI="http://powerman.name/download/remote/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS=(.remote)
src_install() {
dobin download remote upload
einstalldocs
}