diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-10 14:55:53 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-10 15:23:42 +0200 |
commit | 8fc59696991dec561f1132750c064b06ba23c14e (patch) | |
tree | 72fa3253bb007751212c74c2b45c9ff37239bb76 | |
parent | acct-group/openttd: initial import (diff) | |
download | gentoo-8fc59696991dec561f1132750c064b06ba23c14e.tar.gz gentoo-8fc59696991dec561f1132750c064b06ba23c14e.tar.bz2 gentoo-8fc59696991dec561f1132750c064b06ba23c14e.zip |
acct-user/openttd: initial import
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | acct-user/openttd/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/openttd/openttd-0.ebuild | 14 |
2 files changed, 22 insertions, 0 deletions
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>games@gentoo.org</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 |