mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
acct-user/yacy: new package
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
parent
69616c372b
commit
cc763af495
13
acct-user/yacy/yacy-0.ebuild
Normal file
13
acct-user/yacy/yacy-0.ebuild
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for net-misc/yacy"
|
||||
ACCT_USER_ID=-1
|
||||
ACCT_USER_GROUPS=( yacy )
|
||||
ACCT_USER_HOME="/var/lib/yacy/"
|
||||
|
||||
acct-user_add_deps
|
@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86"
|
||||
IUSE="systemd +openrc"
|
||||
|
||||
DEPEND=">=virtual/jdk-1.8
|
||||
acct-group/yacy"
|
||||
acct-group/yacy
|
||||
acct-user/yacy"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user