diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-20 13:58:42 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-20 13:58:42 -0400 |
commit | b6819a6a869888db26fa2a9d733537d35a20219a (patch) | |
tree | 383e9860f62ea08ac66b2dabac1bebe422d3f623 /acct-group/maubot/maubot-0.ebuild | |
parent | 9ed350c50bfcf317f44c2f4b050c2899ccfd3601 (diff) | |
download | MrRoy-Overlay-b6819a6a869888db26fa2a9d733537d35a20219a.tar.gz MrRoy-Overlay-b6819a6a869888db26fa2a9d733537d35a20219a.tar.bz2 MrRoy-Overlay-b6819a6a869888db26fa2a9d733537d35a20219a.zip |
acct-group/maubot: new package, add 0
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'acct-group/maubot/maubot-0.ebuild')
-rw-r--r-- | acct-group/maubot/maubot-0.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acct-group/maubot/maubot-0.ebuild b/acct-group/maubot/maubot-0.ebuild new file mode 100644 index 0000000..4ab1ccf --- /dev/null +++ b/acct-group/maubot/maubot-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for Maubot Integrations" + +ACCT_GROUP_ID=-1 |