acct-group/yacy: new package

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-05-18 20:51:40 +01:00
parent 8cc423598b
commit 69616c372b
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-group
ACCT_GROUP_ID=-1
DESCRIPTION="Group for net-misc/yacy"

View File

@@ -18,7 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="systemd +openrc"
DEPEND=">=virtual/jdk-1.8"
DEPEND=">=virtual/jdk-1.8
acct-group/yacy"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"