gensokyo_kappa-overlay/app-accessibility/mimic1/mimic1-1.2.0.2.ebuild

21 lines
429 B
Bash
Raw Normal View History

2019-12-02 20:19:11 +01:00
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools libtool
DESCRIPTION="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)."
HOMEPAGE="https://mimic.mycroft.ai/"
SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.zip -> ${P}.zip"
LICENSE="flite BSD rc sun APACHE2"
SLOT="0"
src_prepare(){
eautoreconf
default
}