summaryrefslogtreecommitdiffstats
path: root/net-misc/mulder-listen-daemon/mulder-listen-daemon-9999.ebuild
blob: 87c7737cc552a25ecf7ca122e560bf3bf59291a3 (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>

inherit git-2

DESCRIPTION="The truth is out there."
HOMEPAGE="http://www.zx2c4.com"
SRC_URI=""
EGIT_REPO_URI="http://git.zx2c4.com/mulder-listen-daemon"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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