summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2c719c1faae4ab6a54c1347f9a6f438f1ee38f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Jean Lucas <jean@4ray.co>
# Contributor: Jan Holthuis <holthuis.jan@googlemail.com>

pkgname=jasper-stt-pocketsphinx
pkgver=0.0.0
pkgrel=3
pkgdesc="Metapackage to satisfy dependencies for Jasper's Pocketsphinx STT engine"
arch=(any)
url='https://jasperproject.github.io'
license=(MIT)
depends=(jasper-voice-control
         pocketsphinx
         cmuclmtk
         python2-cmuclmtk
         python2-dateutil
         python2-feedparser
         openfst
         mitlm
         m2m-aligner
         phonetisaurus)