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

Daurnimator daurnimator at archlinux.org
Thu Jul 9 12:37:48 UTC 2020


    Date: Thursday, July 9, 2020 @ 12:37:48
  Author: daurnimator
Revision: 661811

archrelease: copy trunk to community-any

Added:
  firefox-extension-passff/repos/community-any/
  firefox-extension-passff/repos/community-any/PKGBUILD
    (from rev 661810, firefox-extension-passff/trunk/PKGBUILD)

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

Copied: firefox-extension-passff/repos/community-any/PKGBUILD (from rev 661810, firefox-extension-passff/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-07-09 12:37:48 UTC (rev 661811)
@@ -0,0 +1,21 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Contributor: Willem Mulder <14mRh4X0r at gmail.com>
+
+pkgname=firefox-extension-passff
+pkgver=1.10
+pkgrel=2
+pkgdesc="zx2c4 pass manager addon for firefox"
+url="https://github.com/passff/passff"
+license=('GPL2')
+arch=('any')
+groups=('firefox-addons')
+replaces=('firefox-passff')
+depends=('firefox' 'passff-host')
+source=("$pkgname-$pkgver.xpi::https://github.com/passff/passff/releases/download/${pkgver}/passff.xpi")
+sha512sums=('3c21b0b0ecafdc8944505d993080c6153916ea3b54ffbfcb03cd640824b32c69f22837dcfbe29481d63e8390e78d6175ee1d4cfaecd52c9852e9ad6088ec109f')
+noextract=("$pkgname-$pkgver.xpi")
+
+package() {
+    install -Dm644 "$pkgname-$pkgver.xpi" \
+        "${pkgdir}/usr/lib/firefox/browser/extensions/passff at invicem.pro.xpi"
+}



More information about the arch-commits mailing list