gensokyo_kappa-overlay/app-accessibility/mimic1/mimic1-1.2.0.2.ebuild
2021-02-10 14:29:47 +01:00

23 lines
480 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit autotools libtool
DESCRIPTION="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)."
HOMEPAGE="https://mimic.mycroft.ai/"
KEYWORDS="amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.zip -> ${P}.zip"
LICENSE="flite BSD rc sun APACHE2"
SLOT="0"
src_prepare(){
eautoreconf
default
}