summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 719faaa5a26700501800e4ed609ad7313d7d8c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkgbase = deepspeech
	pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture
	pkgver = 0.9.3
	pkgrel = 1
	url = https://github.com/mozilla/DeepSpeech
	arch = x86_64
	license = MPL2
	makedepends = bazel<4
	makedepends = python-numpy
	makedepends = python-pip
	makedepends = python-wheel
	makedepends = git
	makedepends = sox
	makedepends = wget
	source = DeepSpeech-0.9.3::git+https://github.com/mozilla/DeepSpeech.git#tag=v0.9.3
	sha256sums = SKIP

pkgname = deepspeech
	depends = sox

pkgname = python-deepspeech
	pkgdesc = DeepSpeech Python bindings
	depends = deepspeech
	depends = python-numpy