blob: 3eeba91ca4fb270be02d59b5fe28f785e1018646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|