diff options
Diffstat (limited to 'acct-group/openttd')
-rw-r--r-- | acct-group/openttd/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/openttd/openttd-0.ebuild | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/openttd/metadata.xml b/acct-group/openttd/metadata.xml new file mode 100644 index 000000000000..7c730d47817a --- /dev/null +++ b/acct-group/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-group/openttd/openttd-0.ebuild b/acct-group/openttd/openttd-0.ebuild new file mode 100644 index 000000000000..1d9a13b5160b --- /dev/null +++ b/acct-group/openttd/openttd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for games-simulation/openttd" + +ACCT_GROUP_ID="513" |