summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8b5bf4f80d524b614fbfde77863cab6e678021a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>

pkgname=firefox-tab-unloader-for-tree-style-tab
pkgver=6.3
pkgrel=1
pkgdesc='Tab unload options for Tree Style Tab'
url=https://github.com/Lej77/tab-unloader-for-tree-style-tab
arch=('any')
license=('GPL3')
groups=('firefox-addons')
source=("https://addons.cdn.mozilla.net/user-media/addons/947990/tab_unloader_for_tree_style_tab-$pkgver-fx.xpi")
noextract=("${source##*/}")
sha256sums=('be75f2e0fce784589e03b1783cd3ae021ace11d8159524b8d915f5856954b33c')
b2sums=('e3e6454fd5014d614e370397c7ed27055089f473489f866c0e950f679a345286b2fac751fc335cbbcebe52b9cd0a04168aa6e28593a0e6210a64b9397a5b1378')

package() {
  install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/{7aa0a466-58f8-427b-8cd2-e94645c4edc2}.xpi
}

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