Skip to content

Commit

Permalink
acct-user/jackett: API Support for your favorite torrent trackers
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 3976cd7 commit aa84977
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions acct-user/jackett/jackett-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 jackett"
ACCT_USER_HOME=/var/lib/jackett
ACCT_USER_ID=531
ACCT_USER_GROUPS=( jackett )

acct-user_add_deps
16 changes: 16 additions & 0 deletions acct-user/jackett/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">Jackett/Jackett</remote-id>
<bugs-to>https://github.com/Jackett/Jackett/issues</bugs-to>
</upstream>
</pkgmetadata>

0 comments on commit aa84977

Please sign in to comment.