[arch-commits] Commit in firefox-tridactyl/repos/community-any (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Mon Oct 7 07:47:20 UTC 2019
Date: Monday, October 7, 2019 @ 07:47:20
Author: polyzen
Revision: 513685
archrelease: copy trunk to community-any
Added:
firefox-tridactyl/repos/community-any/PKGBUILD
(from rev 513684, firefox-tridactyl/trunk/PKGBUILD)
Deleted:
firefox-tridactyl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 +++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 07:46:58 UTC (rev 513684)
+++ PKGBUILD 2019-10-07 07:47:20 UTC (rev 513685)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-tridactyl
-pkgver=1.16.3
-pkgrel=1
-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=('628e8c838b3129c63d5df64e34c9cdebe0214d6814ad7f1d639bc2bd55c86413')
-
-package() {
- install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl.vim at cmcaine.co.uk.xpi
-}
-
-# vim:set ts=2 sw=2 et:
Copied: firefox-tridactyl/repos/community-any/PKGBUILD (from rev 513684, firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 07:47:20 UTC (rev 513685)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-tridactyl
+pkgver=1.17.0
+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")
+sha512sums=('SKIP')
+
+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