summaryrefslogtreecommitdiffstats
path: root/net-misc/telnet-password-honeypot/telnet-password-honeypot-9999.ebuild
blob: a13205050c714cce226040c82cc9d17ad5c3b4d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.

inherit git-2

DESCRIPTION="A password honeypot for telnet."
HOMEPAGE="https://git.zx2c4.com/telnet-password-honeypot"
SRC_URI=""
EGIT_REPO_URI="https://git.zx2c4.com/telnet-password-honeypot"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_install() {
    dobin honeypot
	newinitd honeypot.initd honeypot
	keepdir /var/empty
}