# Maintainer: Andreas Grapentin # Maintainer (Arch): Daniel M. Capella # Contributor: André Silva # Contributor: jc_gargma pkgname=icecat-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=('icecat') provides=('icecat-adblock-plus') conflicts=('icecat-adblock-plus') replaces=('icecat-adblock-plus') groups=('icecat-addons') source=("https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") noextract=("${source##*/}") sha256sums=('e9fb28bb643556c920309d2170dbed87e0ec8921bf8cc9c5d9223fcc2556da90') package() { install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi } # vim:set ts=2 sw=2 et: