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

pkgname=iceweasel-ublock-origin
pkgver=1.13.8
pkgrel=1
pkgdesc='An efficient blocker add-on for various browsers. Fast, potent, and lean.'
url=https://github.com/gorhill/uBlock
arch=('any')
license=('GPL3')
depends=('iceweasel')
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+sm+tb.xpi")
noextract=("${source##*/}")
sha512sums=('64a60379b3cfbc30f8a7b81388b65e465d5938cf353ea0ad15bae2d2322a4ecded0a11ba8cf5d6e65b73f8885d2ef2ce1082b4a6ef71d17e257d624c584be514')
whirlpoolsums=('63daf9d48e3e104eb0958a9838e283fb96f7cf0776e14435efd52d8db758f3c29206bad337ced303dc553bdfb5521f14662274773a9dc5552271b696797c7224')


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

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