app-voices/rhvoice-clb: new package, add 4.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-02-06 12:09:25 +05:00
parent 8462b160ee
commit 574f7ef19b
No known key found for this signature in database
GPG key ID: E7B76EDC50864BB1
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST RHVoice-voice-English-CLB-v4.0.zip 6268919 BLAKE2B 72980f4332a92de1e1576ca655290534b469ee012717cf6001fc98691d41a21e8677e9af0abb7cd8e4a52330cbc964e1a7b97743ba196e0b75551caa380a81b6 SHA512 790b57db623eae09ea9aa638c87acb4be5b7a335bd6a09f7d7111259fd30d6e2bc0d298e2e438e03b0444f7f5b18b373d0ef653d973ef334b603b9bfa475064e

View file

@ -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/clb-eng</remote-id>
</upstream>
</pkgmetadata>

View file

@ -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"