summaryrefslogtreecommitdiff
path: root/sys-apps/propakey/propakey-0.0.ebuild
blob: 3261d47f155bea361a3a35d87721e2829050cf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2006 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}
}