diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-26 13:59:00 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-26 13:59:00 +0100 |
| commit | 03c1459ab7a6f48b664dd3bf4e12b604517ddace (patch) | |
| tree | e77e11f43b614a0cafa55b10d335a697573e6c48 /acct-user | |
| parent | a62a397cbcf06796174dc54ec27ee8c1dfa89be3 (diff) | |
[acct-user/copyparty] added copyparty user
Diffstat (limited to 'acct-user')
| -rw-r--r-- | acct-user/copyparty/copyparty-0-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/acct-user/copyparty/copyparty-0-r1.ebuild b/acct-user/copyparty/copyparty-0-r1.ebuild new file mode 100644 index 0000000..a32f499 --- /dev/null +++ b/acct-user/copyparty/copyparty-0-r1.ebuild @@ -0,0 +1,26 @@ +# +# ~~~ acct-user/copyparty +# +# ~~~ user for copyparty +# + +# +# ~~~ metadata + +# portage info +EAPI=8 + +# info +DESCRIPTION="User for running Copyparty" + +# package data +inherit acct-user + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( copyparty ) + +# +# ~~~ dependencies + +# user dependencies +acct-user_add_deps |
