summaryrefslogtreecommitdiff
path: root/libre/iceweasel-ublock-origin/PKGBUILD
blob: a29e474bf5c62917276cbc002638be6b9f840fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Maintainer (arch): Daniel M. Capella <polyzen@archlinux.org>
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>

pkgname=iceweasel-ublock-origin
pkgver=1.27.6
pkgrel=1
pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
arch=(any)
url=https://github.com/gorhill/uBlock
license=(GPL3)
provides=(iceweasel-adblock-plus)
conflicts=(iceweasel-adblock-plus)
replaces=(firefox-ublock-origin firefox-adblock-plus iceweasel-adblock-plus)
groups=(iceweasel-addons)
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi")
noextract=("${source##*/}")
sha256sums=('371140a30fbee2ea65806956aac7cba66f7df04effd4197f3026147ced03f2b1')

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