diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-11-16 23:55:49 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-11-17 00:36:40 +0500 |
commit | b77ec2715128150d4020a10c8b76d604a2ef31a8 (patch) | |
tree | 53c6e98b2207b8e36a3ada80a86a31e3377e7a95 /acct-user | |
parent | acct-group/gotosocial: new package, add 0 (diff) | |
download | guru-b77ec2715128150d4020a10c8b76d604a2ef31a8.tar.gz guru-b77ec2715128150d4020a10c8b76d604a2ef31a8.tar.bz2 guru-b77ec2715128150d4020a10c8b76d604a2ef31a8.zip |
acct-user/gotosocial: new package, add 0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/gotosocial/gotosocial-0.ebuild | 11 | ||||
-rw-r--r-- | acct-user/gotosocial/metadata.xml | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/gotosocial/gotosocial-0.ebuild b/acct-user/gotosocial/gotosocial-0.ebuild new file mode 100644 index 000000000..2d3399107 --- /dev/null +++ b/acct-user/gotosocial/gotosocial-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( gotosocial ) + +acct-user_add_deps diff --git a/acct-user/gotosocial/metadata.xml b/acct-user/gotosocial/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/acct-user/gotosocial/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> +</pkgmetadata> |