mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
acct-user/freenet: Initial commit
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Sachau <tommy@gentoo.org>
This commit is contained in:
17
acct-user/freenet/freenet-0.ebuild
Normal file
17
acct-user/freenet/freenet-0.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for net-p2p/freenet"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
ACCT_USER_ID=105
|
||||
ACCT_USER_GROUPS=( ${PN} )
|
||||
ACCT_USER_HOME=/var/freenet
|
||||
ACCT_USER_HOME_PERMS=0700
|
||||
|
||||
acct-user_add_deps
|
||||
8
acct-user/freenet/metadata.xml
Normal file
8
acct-user/freenet/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tommy@gentoo.org</email>
|
||||
<name>Thomas Sachau (Tommy[D])</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user