mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
acct-user/prowlarr: group for prowlarr
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
21
acct-user/prowlarr/metadata.xml
Normal file
21
acct-user/prowlarr/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>mcrawford@eliteitminds.com</email>
|
||||
<name>Mike Crawford</name>
|
||||
<description>Primary maintainer</description>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>candrews@gentoo.org</email>
|
||||
<name>Craig Andrews</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Prowlarr/Prowlarr</remote-id>
|
||||
<bugs-to>https://github.com/Prowlarr/Prowlarr/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
13
acct-user/prowlarr/prowlarr-0.ebuild
Normal file
13
acct-user/prowlarr/prowlarr-0.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for prowlarr"
|
||||
ACCT_USER_HOME=/var/lib/prowlarr
|
||||
ACCT_USER_ID=517
|
||||
ACCT_USER_GROUPS=( prowlarr )
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user