acct-user/yacy: new package

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye 2022-05-18 20:52:53 +01:00
parent 69616c372b
commit cc763af495
No known key found for this signature in database
GPG Key ID: 9E2FF3BDEBDFC910
2 changed files with 15 additions and 1 deletions

View 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

View File

@ -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}"