# Maintainer: Andreas Grapentin # Maintainer (Arch): Daniel M. Capella # Contributor: André Silva # Contributor: jc_gargma pkgname=icecat-ublock-origin pkgver=1.14.22 pkgrel=1 arch=(any) pkgdesc="An efficient blocker add-on for various browsers. Fast, potent, and lean." url="https://github.com/gorhill/uBlock" license=(GPL3) depends=(icecat) provides=(icecat-adblock-plus) conflicts=(icecat-adblock-plus) replaces=(icecat-adblock-plus) groups=(icecat-addons) source=("uBlock0-$pkgver.firefox.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") noextract=("${source%%::*}") sha256sums=('c5bc007d1d140b23449c77b3d90ba0b9c74140f8b188d7c1b490beefb8204881') package() { install -Dm755 "${source%%::*}" \ "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi }