[arch-commits] Commit in firefox-tree-style-tab/repos (2 files)

Daniel M. Capella polyzen at archlinux.org
Wed Dec 26 09:31:06 UTC 2018


    Date: Wednesday, December 26, 2018 @ 09:31:06
  Author: polyzen
Revision: 418121

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/
  firefox-tree-style-tab/repos/community-any/PKGBUILD
    (from rev 418120, firefox-tree-style-tab/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 418120, firefox-tree-style-tab/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-12-26 09:31:06 UTC (rev 418121)
@@ -0,0 +1,22 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Jérémie Detrey <Jeremie.Detrey at loria.fr>
+
+_pkgname=tree_style_tab
+pkgname=firefox-tree-style-tab
+pkgver=2.7.6
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'GPL' 'LGPL')
+groups=('firefox-addons')
+url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
+conflicts=('firefox-extension-tree-style-tab')
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/$_pkgname-$pkgver-fx.xpi")
+noextract=("${source##*/}")
+sha256sums=('abcb1b40052e0b26dc0f99caf968bf5f1320f79ed807acbbceb6d0e8a63d6bd7')
+
+package() {
+  install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/treestyletab at piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list