[arch-commits] Commit in (4 files)
Daurnimator
daurnimator at archlinux.org
Thu Jul 9 12:37:18 UTC 2020
Date: Thursday, July 9, 2020 @ 12:37:17
Author: daurnimator
Revision: 661810
Add firefox-extension-passff
Was previously 'firefox-passff' in the AUR
Added:
firefox-extension-passff/
firefox-extension-passff/repos/
firefox-extension-passff/trunk/
firefox-extension-passff/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Added: firefox-extension-passff/trunk/PKGBUILD
===================================================================
--- firefox-extension-passff/trunk/PKGBUILD (rev 0)
+++ firefox-extension-passff/trunk/PKGBUILD 2020-07-09 12:37:17 UTC (rev 661810)
@@ -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