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

23 lines
480 B
Bash
Raw Permalink 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=7
2019-12-02 20:19:11 +01:00
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"
2019-12-02 20:19:11 +01:00
SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.zip -> ${P}.zip"
LICENSE="flite BSD rc sun APACHE2"
SLOT="0"
src_prepare(){
eautoreconf
default
}