blob: b6d31caeab8cbabc17665fdfff950cba667b0e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="A script to propagate ssh public identity"
HOMEPAGE="http://hacker.klever.net/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND=""
src_install() {
newbin ${FILESDIR}/${PF} ${PN}
}
|