diff options
author | 2024-02-06 12:07:52 +0500 | |
---|---|---|
committer | 2024-02-06 13:43:04 +0500 | |
commit | 8462b160eeed02a3d0eca00dc68519ad657df4d4 (patch) | |
tree | 37c495e66e35e857149531d86c0053eb95f2eaf0 /app-voices/rhvoice-slt | |
parent | app-voices/rhvoice-bdl: new package, add 4.1 (diff) | |
download | guru-8462b160eeed02a3d0eca00dc68519ad657df4d4.tar.gz guru-8462b160eeed02a3d0eca00dc68519ad657df4d4.tar.bz2 guru-8462b160eeed02a3d0eca00dc68519ad657df4d4.zip |
app-voices/rhvoice-slt: new package, add 4.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-voices/rhvoice-slt')
-rw-r--r-- | app-voices/rhvoice-slt/Manifest | 1 | ||||
-rw-r--r-- | app-voices/rhvoice-slt/metadata.xml | 11 | ||||
-rw-r--r-- | app-voices/rhvoice-slt/rhvoice-slt-4.1.ebuild | 11 |
3 files changed, 23 insertions, 0 deletions
diff --git a/app-voices/rhvoice-slt/Manifest b/app-voices/rhvoice-slt/Manifest new file mode 100644 index 000000000..152958283 --- /dev/null +++ b/app-voices/rhvoice-slt/Manifest @@ -0,0 +1 @@ +DIST rhvoice-slt-4.1.zip 4857163 BLAKE2B 74af44cc9d6b9904228e6f26acae9e28816925f1c3f1ee9765dcf66ad279ed702b075620613a9e774163a1446d72beeab01923412a88b3d94b6464ecb6fbae0e SHA512 fabcd69c853b1879db97a79465a98b6828b83c391fee697b1b913ec1413522c865793b3c989b0470e985cbee0a3abbef682c796e36291428b86605f14eb048f3 diff --git a/app-voices/rhvoice-slt/metadata.xml b/app-voices/rhvoice-slt/metadata.xml new file mode 100644 index 000000000..530ef2413 --- /dev/null +++ b/app-voices/rhvoice-slt/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> + <upstream> + <remote-id type="github">RHVoice/slt-eng</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-voices/rhvoice-slt/rhvoice-slt-4.1.ebuild b/app-voices/rhvoice-slt/rhvoice-slt-4.1.ebuild new file mode 100644 index 000000000..d671eddad --- /dev/null +++ b/app-voices/rhvoice-slt/rhvoice-slt-4.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RHVOICE_VOICE="slt" +RHVOICE_VOICE_REPO="slt-eng" +RHVOICE_VOICE_L10N="en" +inherit rhvoice-voice + +LICENSE="CC-BY-NC-ND-4.0" |