Skip to content

Commit

Permalink
acct-user/lidarr: new package lidarr
Browse files Browse the repository at this point in the history
Signed-off-by: PF4Public <[email protected]>
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
PF4Public authored and candrews committed Jul 17, 2023
1 parent a1963b1 commit be0a6df
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions acct-user/lidarr/lidarr-0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit acct-user

DESCRIPTION="User for lidarr"
ACCT_USER_HOME=/var/lib/lidarr
ACCT_USER_ID=530
ACCT_USER_GROUPS=( lidarr )

acct-user_add_deps
16 changes: 16 additions & 0 deletions acct-user/lidarr/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project" proxied="proxy">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Craig Andrews</name>
</maintainer>
<upstream>
<remote-id type="github">Lidarr/Lidarr</remote-id>
<bugs-to>https://github.com/Lidarr/Lidarr/issues</bugs-to>
</upstream>
</pkgmetadata>

0 comments on commit be0a6df

Please sign in to comment.