# Maintainer: Andreas Grapentin # Maintainer (Arch): Daniel M. Capella # Contributor: André Silva # Contributor: jc_gargma pkgname=iceweasel-ublock-origin pkgver=1.14.16 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://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.webext.xpi") noextract=("${source##*/}") sha256sums=('9796cc2a463567212ed69d7b6d0caad65ad1c4cd52e7fb7827182980bf6bf9b6') package() { install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi } # vim:set ts=2 sw=2 et: