summaryrefslogtreecommitdiff
path: root/libre/icecat-ublock-origin/PKGBUILD
blob: 4bad55ca504cde0b5fc099ad97bcf411fa7139cc (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
# Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info>
# Maintainer: André Silva <emulatorman@parabola.nu>

pkgname=icecat-ublock-origin
pkgver=1.10.0
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=('icecat')
provides=('icecat-adblock-plus')
conflicts=('icecat-adblock-plus')
replaces=('icecat-adblock-plus')
groups=('icecat-addons')
source=("https://addons.mozilla.org/firefox/downloads/file/545517/ublock_origin-$pkgver-an+fx+sm+tb.xpi")
noextract=("${source##*/}")
sha512sums=('0b3d48b4aaf28ff05c58a5df6707e54fd4ab482e7c23433cb6a428430e44cee20a4ddaff2dba2b6c7fd824b47e53695d9cd7943d6a9c22a99e5e73d6cce772ad')
whirlpoolsums=('956d50f36506b43dd52813f51ac2f1e42bd19c713ee999b89991710dd1688d754977eed6aebef36dcb068061c1a8e9877b22ee3793a51284471850fde66a9b16')

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

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