diff options
author | 2023-05-14 07:20:10 +0500 | |
---|---|---|
committer | 2023-05-14 07:30:16 +0500 | |
commit | 01e94549adb49fccbda087188be5888518e4cfb8 (patch) | |
tree | 664a399651614d932f7d507e7415d664ce10b8d3 /acct-user | |
parent | acct-group/mastoposter: new package, add 0 (diff) | |
download | guru-01e94549adb49fccbda087188be5888518e4cfb8.tar.gz guru-01e94549adb49fccbda087188be5888518e4cfb8.tar.bz2 guru-01e94549adb49fccbda087188be5888518e4cfb8.zip |
acct-user/mastoposter: new package, add 0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/mastoposter/mastoposter-0.ebuild | 11 | ||||
-rw-r--r-- | acct-user/mastoposter/metadata.xml | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/mastoposter/mastoposter-0.ebuild b/acct-user/mastoposter/mastoposter-0.ebuild new file mode 100644 index 000000000..bdfe4a8e3 --- /dev/null +++ b/acct-user/mastoposter/mastoposter-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2023 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=( ${PN} ) + +acct-user_add_deps diff --git a/acct-user/mastoposter/metadata.xml b/acct-user/mastoposter/metadata.xml new file mode 100644 index 000000000..d8d82f057 --- /dev/null +++ b/acct-user/mastoposter/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>creideiki+gentoo-guru@lysator.liu.se</email> + <name>Karl-Johan Karlsson</name> + </maintainer> +</pkgmetadata> |