gentoo-repo

git clone git://archive.git.mtrnord.blog/MTRNord/gentoo-repo.git
Log | Files | Refs | README

synapse-0.ebuild (284B)


      1 # Copyright 2021 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=7
      5 
      6 inherit acct-user
      7 
      8 DESCRIPTION="A matrix homeserver"
      9 
     10 KEYWORDS="~amd64 ~x86"
     11 ACCT_USER_ID=-1
     12 ACCT_USER_GROUPS=( synapse )
     13 ACCT_USER_HOME="/var/lib/synapse"
     14 
     15 acct-user_add_deps