diff options
| author | winter Sparkles | 2026-08-14 22:37:42 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-14 22:37:42 +0100 |
| commit | 210e5d20854e69a49b13c8aaf356c826f38c57cd (patch) | |
| tree | e7633ff1dc8c00682ddf77cbe54e90684acb6f59 /media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild | |
| parent | 979e4e33a5bf493679dcd01306cc6691acb05d44 (diff) | |
add pocketsphinx and keyroost
Diffstat (limited to 'media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild')
| -rw-r--r-- | media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild b/media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild new file mode 100644 index 0000000..3eeba91 --- /dev/null +++ b/media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="A small speech recogniser" +HOMEPAGE="https://cmusphinx.github.io/" +SRC_URI="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2 MIT" +SLOT="0" +KEYWORDS="~amd64" |
