summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 017f3a17e12a1cf246acfde5a9f07a4ebffa8c93 (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
26
27
pkgbase = deepspeech
	pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture
	pkgver = 0.7.1
	pkgrel = 1
	url = https://github.com/mozilla/DeepSpeech
	arch = x86_64
	license = MPL2
	makedepends = bazel=0.24.1
	makedepends = python-numpy
	makedepends = python-pip
	makedepends = python-wheel
	makedepends = git
	makedepends = sox
	makedepends = swig
	source = DeepSpeech-0.7.1::git+https://github.com/mozilla/DeepSpeech.git#tag=v0.7.1
	source = git+https://github.com/mozilla/tensorflow.git#branch=r1.15
	sha256sums = SKIP
	sha256sums = SKIP

pkgname = deepspeech
	depends = sox

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