Skip to content

Commit

Permalink
acct-user/fileshelter: new package, add 0
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas PARLANT <[email protected]>
  • Loading branch information
PPN-SD committed Oct 14, 2024
1 parent eb955ea commit 126cd5b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions acct-user/fileshelter/fileshelter-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit acct-user

DESCRIPTION="User for fileshelter"
ACCT_USER_ID=-1
ACCT_USER_HOME=/var/lib/fileshelter
ACCT_USER_GROUPS=( fileshelter )

acct-user_add_deps
8 changes: 8 additions & 0 deletions acct-user/fileshelter/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Nicolas PARLANT</name>
</maintainer>
</pkgmetadata>

0 comments on commit 126cd5b

Please sign in to comment.