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

EAPI=7

inherit git-r3

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

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