logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 73f331b4603d728042879cd2df216256b95421ce
parent 4b879cd39baf0588dcf6e8369db796afd70cf5af
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  2 Jun 2023 03:44:16 +0200

acct-user/pleroma: new package, add 0

Diffstat:

Aacct-user/pleroma/pleroma-0.ebuild14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/acct-user/pleroma/pleroma-0.ebuild b/acct-user/pleroma/pleroma-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for www-apps/pleroma" + +ACCT_USER_ID=-1 +ACCT_USER_HOME="/opt/pleroma" +ACCT_USER_GROUPS=( postgres ) + +acct-user_add_deps