summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2022-10-16 11:38:10 -0400
committerCraig Andrews <candrews@gentoo.org>2022-10-16 11:38:57 -0400
commit450f57236425adeb595e9a5a2657919ddcd8e461 (patch)
treeb4d5f740739a1c90ac6848f044d34efa67258e88 /acct-user/jellyfin
parentsci-libs/silo: Fix configure w/o Qt binaries in PATH, drop which usage (diff)
downloadgentoo-450f57236425adeb595e9a5a2657919ddcd8e461.tar.gz
gentoo-450f57236425adeb595e9a5a2657919ddcd8e461.tar.bz2
gentoo-450f57236425adeb595e9a5a2657919ddcd8e461.zip
acct-user/jellyfin: add jellyfin to the video group
Closes: https://bugs.gentoo.org/877185 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'acct-user/jellyfin')
-rw-r--r--acct-user/jellyfin/jellyfin-0-r1.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/jellyfin/jellyfin-0-r1.ebuild b/acct-user/jellyfin/jellyfin-0-r1.ebuild
new file mode 100644
index 000000000000..80de5e231296
--- /dev/null
+++ b/acct-user/jellyfin/jellyfin-0-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_HOME=/var/lib/jellyfin
+ACCT_USER_ID=518
+ACCT_USER_GROUPS=( jellyfin render video )
+
+acct-user_add_deps