[arch-commits] Commit in firefox-tridactyl/repos (2 files)

Daniel M. Capella polyzen at archlinux.org
Mon Nov 30 03:39:21 UTC 2020


    Date: Monday, November 30, 2020 @ 03:39:21
  Author: polyzen
Revision: 766522

archrelease: copy trunk to community-testing-any

Added:
  firefox-tridactyl/repos/community-testing-any/
  firefox-tridactyl/repos/community-testing-any/PKGBUILD
    (from rev 766521, firefox-tridactyl/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: firefox-tridactyl/repos/community-testing-any/PKGBUILD (from rev 766521, firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-11-30 03:39:21 UTC (rev 766522)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-tridactyl
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
+url=https://github.com/tridactyl/tridactyl
+arch=('any')
+license=('Apache')
+groups=('firefox-addons')
+makedepends=('git' 'node-gyp' 'python' 'yarn')
+source=("git+$url.git#tag=$pkgver")
+b2sums=('SKIP')
+validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <freedom4cows at gmail.com>
+
+build() {
+  cd tridactyl
+  yarn install --frozen-lockfile --non-interactive
+  scripts/sign nosignstable
+}
+
+package() {
+  install -Dm644 tridactyl/web-ext-artifacts/tridactyl-$pkgver.xpi "$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl.vim at cmcaine.co.uk.xpi
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list