summaryrefslogtreecommitdiff
path: root/libre/iceweasel-ublock-origin/PKGBUILD
blob: 1b1f299bd6e5082c8fb9a6e40f8d184ee0540289 (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
25
26
27
# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info>
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>

pkgname=iceweasel-ublock-origin
pkgver=1.14.14
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=('820ed258a2c2134d672c43cfa050936eb9dd89a81af25f72b3d59e7a777634f7')


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

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