mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 16:43:26 +02:00
Changes: - Version bump to 0-r2 - Updated to EAPI 8 - Added myself as a proxy maintainer for this package Signed-off-by: Armas Spann <zappel@simple-co.de> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
12 lines
233 B
Bash
12 lines
233 B
Bash
# Copyright 2019-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit acct-user
|
|
|
|
DESCRIPTION="User for net-misc/croc"
|
|
ACCT_USER_ID=310
|
|
ACCT_USER_GROUPS=( ${PN} )
|
|
|
|
acct-user_add_deps
|