summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d888d4a03c5f7bd49f92bb34823bd61c6f222209 (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.0
pkgrel=2
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://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx.xpi")
noextract=("${source##*/}")
sha256sums=('991f0fa5c64172b8a2bc0a010af60743eba1c18078c490348e1c6631882cbfc7')

package() {
  install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uMatrix@raymondhill.net.xpi
}

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