Add conduit matrix server
This commit is contained in:
parent
42edb15b1e
commit
f639262d49
14 changed files with 226 additions and 16 deletions
1
acct-user/conduit/Manifest
Normal file
1
acct-user/conduit/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD conduit-1.ebuild 263 BLAKE2B cab58ce88aa21ee8d28d5a9b57f12a3ae5553b1366813abda76388339faafe31c44b46440425fd7649159d6efbc72509c5fa146ddbc41416e2f65af901f53159 SHA512 42cde81ba05731e125cd154588733307a5e2b6ade0fe943627b7ee714eeb114987e0335f50a4b415bd64ec625fccfa251cfc10ef5846cd09d73a893fdab78615
|
14
acct-user/conduit/conduit-1.ebuild
Normal file
14
acct-user/conduit/conduit-1.ebuild
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Copyright 2019-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for the Conduit Matrix server"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
ACCT_USER_ID=-1
|
||||
ACCT_USER_GROUPS=( ${PN} )
|
||||
|
||||
acct-user_add_deps
|
Loading…
Add table
Add a link
Reference in a new issue