# Maintainer: André Silva pkgname=iceweasel-ublock-origin pkgver=1.6.8 pkgrel=1 pkgdesc="Extension fork of the Adblock Plus for Iceweasel which block ads and banners, but without 'acceptable ads' feature" arch=('any') url="https://github.com/gorhill/uBlock" license=('GPL3') groups=('iceweasel-addons') depends=("iceweasel") makedepends=('unzip') provides=('iceweasel-adblock-plus') conflicts=('iceweasel-adblock-plus') replaces=('firefox-adblock-plus' 'iceweasel-adblock-plus') source=("ublock-origin-$pkgver.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") md5sums=('45ba423404d7a09bc4eff5ea88591b5a') package() { # extension _dest="$pkgdir/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net" find . -type d -exec install -d {} $_dest/{} \; find . -type f -exec install -Dm644 {} $_dest/{} \; # license install -Dm644 LICENSE.txt \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }