Skip to content

Commit

Permalink
acct-user/synapse: new package, add 0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vaněk <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
arkamar authored and thesamesam committed Jul 9, 2022
1 parent eca226d commit 20a175c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions acct-user/synapse/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>[email protected]</email>
<name>Petr Vaněk</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
12 changes: 12 additions & 0 deletions acct-user/synapse/synapse-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit acct-user

DESCRIPTION="A user for net-im/synapse"
ACCT_USER_ID=519
ACCT_USER_GROUPS=( synapse )

acct-user_add_deps

0 comments on commit 20a175c

Please sign in to comment.