summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 0000000..d351a94
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
+# Maintainer (AUR): Daniel M. Capella <polyzen@archlinux.org>
+
+# # I maintain this because:
+# I use it and it is not in an official repo
+# AUR version uses dead source url
+
+pkgname=firefox-umatrix
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Point and click matrix to filter net requests by source, destination and type'
+url=https://github.com/gorhill/uMatrix
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://github.com/gorhill/uMatrix/releases/download/${pkgver}/uMatrix_${pkgver}.firefox.signed.xpi")
+noextract=("${source##*/}")
+sha256sums=('1de172b1d82de28c334834f7b0eaece0b503f59e62cfc0ccf23222b8f2cb88e5')
+
+package() {
+ install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uMatrix@raymondhill.net.xpi
+}