commit:     8fc59696991dec561f1132750c064b06ba23c14e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 12:55:53 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 13:23:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc59696

acct-user/openttd: initial import

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/openttd/metadata.xml     |  8 ++++++++
 acct-user/openttd/openttd-0.ebuild | 14 ++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/acct-user/openttd/metadata.xml b/acct-user/openttd/metadata.xml
new file mode 100644
index 000000000000..7c730d47817a
--- /dev/null
+++ b/acct-user/openttd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Games Project</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/acct-user/openttd/openttd-0.ebuild 
b/acct-user/openttd/openttd-0.ebuild
new file mode 100644
index 000000000000..98fea61231ee
--- /dev/null
+++ b/acct-user/openttd/openttd-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="A user for games-simulation/openttd"
+
+ACCT_USER_HOME="/var/lib/openttd"
+ACCT_USER_GROUPS=( "openttd" )
+ACCT_USER_ID="513"
+
+acct-user_add_deps

Reply via email to