summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Holthuis2015-06-21 19:41:37 +0200
committerJan Holthuis2015-06-21 19:41:37 +0200
commit94c5b7b762c28a4d0ca110974b38d7299a21dd89 (patch)
treec37ab44543a17c6ab23a596821d63ef20b8331cf /PKGBUILD
downloadaur-jasper-tts-google.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..71fa9559223e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,12 @@
+# Maintainer: Jan Holthuis <holthuis.jan@googlemail.com>
+
+pkgname=jasper-tts-google
+pkgver=0.0.0
+pkgrel=1
+pkgdesc="Meta package to satisfy dependencies for Jasper's Google TTS engine."
+arch=('any')
+url="https://jasperproject.github.io"
+license=('MIT')
+depends=('jasper-voice-control'
+ 'python2-gtts'
+ 'python2-pymad')