mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
acct-user/qbittorrent: new package, add 0
Signed-off-by: Alexey Lunev <cheembox573@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
fd4974d38e
commit
efe72d6c2f
12
acct-user/qbittorrent/metadata.xml
Normal file
12
acct-user/qbittorrent/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>cheembox573@gmail.com</email>
|
||||
<name>Alexey Lunev</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
14
acct-user/qbittorrent/qbittorrent-0.ebuild
Normal file
14
acct-user/qbittorrent/qbittorrent-0.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for the system wide net-p2p/qbittorrent server"
|
||||
ACCT_USER_ID=534
|
||||
ACCT_USER_HOME=/var/lib/qbittorrent
|
||||
ACCT_USER_HOME_PERMS=0750
|
||||
ACCT_USER_GROUPS=( qbittorrent )
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user