summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 62f4c43c1977d4af442fa9f8623d201ea4280bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>

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=("$url/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
}

# vim:set ts=2 sw=2 et: