summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d492b96bc19f7b381950a7b68227bc7100c2383e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname=firefox-extension-video-download-helper
pkgver=7.3.5
pkgrel=3
pkgdesc='The easy way to download and convert Web videos from hundreds of YouTube-like sites.'
arch=('any')
url='https://www.downloadhelper.net'
license=('custom:proprietary')
depends=('firefox')
groups=('firefox-addons')
optdepends=('vdhcoapp: companion app, see https://www.downloadhelper.net/install-coapp'
            'vdhcoapp-bin: companion app (binary version)')
source=("extension.xpi::https://addons.mozilla.org/firefox/downloads/file/1031851/video_downloadhelper-${pkgver}-an+fx.xpi")
noextract=("extension.xpi")
sha256sums=('d7031e6f5db343fcd625d50e93fafe4f0d017ae7a0a88316893fc85bb0930dec')

package() {
  install -Dm644 extension.xpi "${pkgdir}/usr/lib/firefox/browser/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}.xpi"
}