summaryrefslogtreecommitdiff
path: root/sys-apps/propakey/propakey-0.0.ebuild
Side-by-side diff
Diffstat (limited to 'sys-apps/propakey/propakey-0.0.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r--sys-apps/propakey/propakey-0.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/propakey/propakey-0.0.ebuild b/sys-apps/propakey/propakey-0.0.ebuild
new file mode 100644
index 0000000..3261d47
--- a/dev/null
+++ b/sys-apps/propakey/propakey-0.0.ebuild
@@ -0,0 +1,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}
+}