aboutsummaryrefslogtreecommitdiff
path: root/media-sound
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pocketsphinx/Manifest1
-rw-r--r--media-sound/pocketsphinx/pocketsphinx-5.1.1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/pocketsphinx/Manifest b/media-sound/pocketsphinx/Manifest
new file mode 100644
index 0000000..d339465
--- /dev/null
+++ b/media-sound/pocketsphinx/Manifest
@@ -0,0 +1 @@
+DIST pocketsphinx-5.1.1.tar.gz 34245530 BLAKE2B a54efc60ce5bda94b052eb82741fba9d493bdb52d378d5ffbc5dda914c5038eb4883efeb201de7f3ff75f4b7366a1973aa27f04fc79c81ad6456b8cc0ab9a56b SHA512 b8e8d346e330f334fcdb3be008431cf6fe5b862dd158bcfc78ae288f3bc650b053ce0c70dcbf13abeb15dcc1de199ae1a6e8d14477834afe02cc99fc72db4dc1
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"