From 9ed350c50bfcf317f44c2f4b050c2899ccfd3601 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 20 May 2024 13:58:29 -0400 Subject: acct-user/maubot: new package, add 0 Signed-off-by: Julien Roy --- acct-user/maubot/maubot-0.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 acct-user/maubot/maubot-0.ebuild (limited to 'acct-user/maubot/maubot-0.ebuild') diff --git a/acct-user/maubot/maubot-0.ebuild b/acct-user/maubot/maubot-0.ebuild new file mode 100644 index 0000000..3a3e98b --- /dev/null +++ b/acct-user/maubot/maubot-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for Maubot Matrix Integrations" + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( maubot ) +ACCT_USER_HOME=/var/lib/maubot +ACCT_USER_HOME_PERMS=0750 + +acct-user_add_deps -- cgit v1.2.3