summaryrefslogtreecommitdiff
path: root/libre/icecat-ublock-origin/PKGBUILD
blob: f3d55032a080547a2cd289423c1955721ca88dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info>
# Maintainer: André Silva <emulatorman@parabola.nu>

pkgname=icecat-ublock-origin
pkgver=1.9.6
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://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-fx+sm+an+tb.xpi")
noextract=("${source##*/}")
sha256sums=('32157544fdaf078651fdae209f12a58e82a55ded9067d89023136c63100f7adc')

package() {
  install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi
}

# vim:set ts=2 sw=2 et: