diff --git a/app-voices/rhvoice-clb/Manifest b/app-voices/rhvoice-clb/Manifest new file mode 100644 index 0000000000..d95b0da8ef --- /dev/null +++ b/app-voices/rhvoice-clb/Manifest @@ -0,0 +1 @@ +DIST RHVoice-voice-English-CLB-v4.0.zip 6268919 BLAKE2B 72980f4332a92de1e1576ca655290534b469ee012717cf6001fc98691d41a21e8677e9af0abb7cd8e4a52330cbc964e1a7b97743ba196e0b75551caa380a81b6 SHA512 790b57db623eae09ea9aa638c87acb4be5b7a335bd6a09f7d7111259fd30d6e2bc0d298e2e438e03b0444f7f5b18b373d0ef653d973ef334b603b9bfa475064e diff --git a/app-voices/rhvoice-clb/metadata.xml b/app-voices/rhvoice-clb/metadata.xml new file mode 100644 index 0000000000..ac6fb19872 --- /dev/null +++ b/app-voices/rhvoice-clb/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + RHVoice/clb-eng + + diff --git a/app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild b/app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild new file mode 100644 index 0000000000..cf7ae5a981 --- /dev/null +++ b/app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RHVOICE_VOICE="clb" +RHVOICE_VOICE_L10N="en" +inherit rhvoice-voice + +MY_PN="${RHVOICE_VOICE^^}" +SRC_URI="https://rhvoice.org/download/RHVoice-voice-English-${MY_PN^^}-v${PV}.zip" + +LICENSE="CC-BY-NC-ND-4.0"