mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
acct-user/couchdb: new package, add 0
Signed-off-by: Liv <maw@mawile.net>
This commit is contained in:
15
acct-user/couchdb/couchdb-0.ebuild
Normal file
15
acct-user/couchdb/couchdb-0.ebuild
Normal 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
|
||||
8
acct-user/couchdb/metadata.xml
Normal file
8
acct-user/couchdb/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user