runit-service/setupservices - 1-r3 (powerman)

Search

Package Information

Description:
Setup system to use runit services
Homepage:
http://powerman.name/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
1-r3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Setup system to use runit services"
HOMEPAGE="http://powerman.name/"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="acct-user/log"

src_unpack() {
	mkdir -p "${S}"
}

src_install() {
	newenvd "${FILESDIR}"/services.envd 10services
}

Dependencies

RDEPEND

acct-user/log