Date: Wednesday, December 26, 2018 @ 10:08:06
Author: polyzen
Revision: 418138
archrelease: copy trunk to community-any
Added:
firefox-tridactyl/repos/community-any/
firefox-tridactyl/repos/community-any/PKGBUILD
(from rev 418137, firefox-tridactyl/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: firefox-tridactyl/repos/community-any/PKGBUILD (from rev 418137,
firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2018-12-26 10:08:06 UTC (rev 418138)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=firefox-tridactyl
+pkgver=1.14.6
+pkgrel=2
+pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
+url=https://github.com/cmcaine/tridactyl
+arch=('any')
+license=('Apache')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/873070/tridactyl-$pkgver-an+fx.xpi")
+noextract=("${source##*/}")
+sha256sums=('ed4ad0c06ba32bdd40eb59a1cdeac48ec556276fafdecad8de0d56d8d2855bea')
+
+package() {
+ install -Dm644 "${source##*/}"
"$pkgdir"/usr/lib/firefox/browser/extensions/[email protected]
+}
+
+# vim:set ts=2 sw=2 et: