# Maintainer: André Silva pkgname=icecat-ublock-origin pkgver=1.4.0 pkgrel=1 pkgdesc="Extension fork of the Adblock Plus for IceCat which block ads and banners, but without 'acceptable ads' feature" arch=('any') url="https://github.com/gorhill/uBlock" license=('GPL3') groups=('icecat-addons') depends=("icecat") makedepends=('unzip') provides=('icecat-adblock-plus') conflicts=('icecat-adblock-plus') replaces=('icecat-adblock-plus') source=("ublock-origin-$pkgver.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") md5sums=('f8805eceebcb6574457622e383771f2c') package() { # extension _dest="$pkgdir/usr/lib/icecat/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" }