summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis2015-06-21 19:41:37 +0200
committerJan Holthuis2015-06-21 19:41:37 +0200
commit94c5b7b762c28a4d0ca110974b38d7299a21dd89 (patch)
treec37ab44543a17c6ab23a596821d63ef20b8331cf
downloadaur-94c5b7b762c28a4d0ca110974b38d7299a21dd89.tar.gz
Initial import
-rw-r--r--.AURINFO13
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
3 files changed, 38 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..97312772789b
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,13 @@
+pkgbase = jasper-tts-google
+ pkgdesc = Meta package to satisfy dependencies for Jasper's Google TTS engine.
+ pkgver = 0.0.0
+ pkgrel = 1
+ url = https://jasperproject.github.io
+ arch = any
+ license = MIT
+ depends = jasper-voice-control
+ depends = python2-gtts
+ depends = python2-pymad
+
+pkgname = jasper-tts-google
+
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..97312772789b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = jasper-tts-google
+ pkgdesc = Meta package to satisfy dependencies for Jasper's Google TTS engine.
+ pkgver = 0.0.0
+ pkgrel = 1
+ url = https://jasperproject.github.io
+ arch = any
+ license = MIT
+ depends = jasper-voice-control
+ depends = python2-gtts
+ depends = python2-pymad
+
+pkgname = jasper-tts-google
+
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')