diff --git a/app-voices/rhvoice-slt/Manifest b/app-voices/rhvoice-slt/Manifest new file mode 100644 index 0000000000..1529582836 --- /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 0000000000..530ef24130 --- /dev/null +++ b/app-voices/rhvoice-slt/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + RHVoice/slt-eng + + 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 0000000000..d671eddade --- /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"