logo

overlay

My own overlay for experimentations, use with caution, no support is provided

sndio-0.ebuild (258B)


      1 # Copyright 2020 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="daemon user for sndio"
      9 ACCT_USER_ID="-1"
     10 ACCT_USER_GROUPS=( audio )
     11 ACCT_USER_HOME=/var/lib/sndio
     12 
     13 acct-user_add_deps