Files
guru/acct-user/rimgo/rimgo-0.ebuild
Benoît Dufour cf02bf8c0f */*: Added www-apps/rimgo, acct-group/rimgo and acct-user/rimgo.
Those packages that I created install correctly for me with current Portage.
Feel free to fix them if they don't install at all or if you think they need some improvement.
www-apps/rimgo might require proper logging and a SystemD service for non OpenRC users.
I used EGO_SUM instead of a vendor tarball because I've no way to host it but feel free to create one.

Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>
2023-10-30 21:59:45 -04:00

14 lines
264 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="User for www-apps/rimgo"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( rimgo )
ACCT_USER_HOME="/var/empty"
acct-user_add_deps
SLOT="0"