diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-01-01 19:33:32 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-01-01 19:57:59 +0100 |
commit | 7e95e7d5a284de7e406234394db0fb512755e8db (patch) | |
tree | af580a71ded2f1af9ef8b4057d13f8dc189400e7 /acct-group | |
parent | games-simulation/openrct2: drop 0.4.6 (diff) | |
download | gentoo-7e95e7d5a284de7e406234394db0fb512755e8db.tar.gz gentoo-7e95e7d5a284de7e406234394db0fb512755e8db.tar.bz2 gentoo-7e95e7d5a284de7e406234394db0fb512755e8db.zip |
acct-group/atuin: new package, add 0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/atuin/atuin-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/atuin/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/atuin/atuin-0.ebuild b/acct-group/atuin/atuin-0.ebuild new file mode 100644 index 000000000000..2c19fb1d822a --- /dev/null +++ b/acct-group/atuin/atuin-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=536 diff --git a/acct-group/atuin/metadata.xml b/acct-group/atuin/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/acct-group/atuin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Florian Schmaus</name> + <email>flow@gentoo.org</email> + </maintainer> +</pkgmetadata> |