summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2015-08-21 09:51:26 -0400
committerKyle2015-08-21 09:51:26 -0400
commitd7a3323ab219b455cd2431ed29b448aa435ef7c0 (patch)
tree6a679f678e6ce80790ba3b748f45469742187d9b
downloadaur-d7a3323ab219b455cd2431ed29b448aa435ef7c0.tar.gz
Initial release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c067df086650
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = chromium-chromevox
+ pkgdesc = Causes the Chromium web browser to automatically install and update the ChromeVox screen reader extention. Note: This package does not contain the extension code.
+ pkgver = latest
+ pkgrel = 1
+ url = http://www.chromevox.com
+ arch = any
+ license = Apache2
+ depends = chromium
+ depends = speech-dispatcher
+ source = http://the-brannons.com/kgejglhpjiefppelpmljglcjbhoiplfn.json
+ md5sums = 60f442d325b1b1838128ba2124183666
+
+pkgname = chromium-chromevox
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f7bb4023a205
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Kyle <kyle@gmx.ca>
+pkgname=chromium-chromevox
+pkgver=latest
+pkgrel=1
+pkgdesc="Causes the Chromium web browser to automatically install and update the ChromeVox screen reader extention. Note: This package does not contain the extension code."
+arch=(any)
+url="http://www.chromevox.com"
+license=('Apache2')
+depends=('chromium' 'speech-dispatcher')
+options=()
+source=(http://the-brannons.com/kgejglhpjiefppelpmljglcjbhoiplfn.json)
+md5sums=('60f442d325b1b1838128ba2124183666')
+package() {
+ cd "$srcdir/"
+ #mkdir -p "$pkgdir/usr/lib/chromium/extensions"
+ install -D -m 644 kgejglhpjiefppelpmljglcjbhoiplfn.json "$pkgdir/usr/lib/chromium/extensions/kgejglhpjiefppelpmljglcjbhoiplfn.json"
+}