[arch-commits] Commit in firefox-stylus/repos (community-any community-any/PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Wed Dec 26 09:58:09 UTC 2018
Date: Wednesday, December 26, 2018 @ 09:58:09
Author: polyzen
Revision: 418134
archrelease: copy trunk to community-any
Added:
firefox-stylus/repos/community-any/
firefox-stylus/repos/community-any/PKGBUILD
(from rev 418133, firefox-stylus/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 418133, firefox-stylus/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2018-12-26 09:58:09 UTC (rev 418134)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-stylus
+pkgver=1.5.2
+pkgrel=2
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/814814/stylus-$pkgver-fx.xpi")
+noextract=("${source##*/}")
+sha256sums=('26ea296688e19161f21f935c86687a40679831f197c0b9a0cf8bd323484b9435')
+
+package() {
+ install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list