diff options
Diffstat (limited to 'acct-user/ntfy/ntfy-0-r1.ebuild')
| -rw-r--r-- | acct-user/ntfy/ntfy-0-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/acct-user/ntfy/ntfy-0-r1.ebuild b/acct-user/ntfy/ntfy-0-r1.ebuild new file mode 100644 index 0000000..dd4f2fe --- /dev/null +++ b/acct-user/ntfy/ntfy-0-r1.ebuild @@ -0,0 +1,27 @@ +# +# ~~~ acct-user/ntfy +# +# ~~~ user for ntfy +# + +# +# ~~~ metadata + +# portage info +EAPI=8 + +# info +DESCRIPTION="User for running NTFY" + +# package data +inherit acct-user + +ACCT_USER_ID=-1 +ACCT_USER_HOME="/var/lib/ntfy" +ACCT_USER_GROUPS=( ntfy ) + +# +# ~~~ dependencies + +# user dependencies +acct-user_add_deps |
