| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.2 | 8 | ~amd64 ~x86 | 0 |
# 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
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | remote-2.0.2.tgz | 1160 bytes | http://powerman.name/download/remote/remote-2.0.2.tgz |