acct-user/couchdb: new package, add 0

Signed-off-by: Liv <maw@mawile.net>
This commit is contained in:
Liv
2026-05-07 18:48:24 +02:00
parent 3ee2661528
commit f787546755
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="User for Apache CouchDB"
KEYWORDS="amd64"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( ${PN} )
ACCT_USER_HOME=/var/lib/couchdb
acct-user_add_deps

View File

@@ -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>maw@mawile.net</email>
<name>Liv</name>
</maintainer>
</pkgmetadata>