mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
12 lines
234 B
Bash
12 lines
234 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
RHVOICE_VOICE="arina"
|
|
RHVOICE_VOICE_REPO="arina-rus"
|
|
RHVOICE_VOICE_L10N="ru"
|
|
inherit rhvoice-voice
|
|
|
|
LICENSE="CC-BY-NC-ND-4.0"
|