[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:11:30
  Author: arojas
Revision: 1021690

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 1021689, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 21:11:21 UTC (rev 1021689)
+++ PKGBUILD2021-09-22 21:11:30 UTC (rev 1021690)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.19
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz;)
-b2sums=('662aef404f78bf28cb84df427c6ec117e7135bb0aa29dd5d5e71f724b0f07d3f1774b5a4f1b235af57b225d509b5f6531336468e1bad9a35179d3544f2607524')
-
-prepare() {
-  cd stylus-$pkgver
-  git config --global url."https://github.com".insteadOf ssh://g...@github.com
-  npm ci
-}
-
-build() {
-  cd stylus-$pkgver
-  npm run zip
-  strip-nondeterminism -t zip stylus.zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 1021689, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 21:11:30 UTC (rev 1021690)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.22
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz;)
+b2sums=('eb2d2167e0781192d135691e78bc88e8080beb470640627716aa1f2cc3a80638563680d90a83f246c9e562a0112c53855335b84ec3c829dc2c3e16b951f84106')
+
+prepare() {
+  cd stylus-$pkgver
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+  npm ci
+}
+
+build() {
+  cd stylus-$pkgver
+  npm run zip
+  strip-nondeterminism -t zip stylus.zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-07-19 Thread Daniel M. Capella via arch-commits
Date: Monday, July 19, 2021 @ 18:31:35
  Author: polyzen
Revision: 978914

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 978913, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-19 18:31:14 UTC (rev 978913)
+++ PKGBUILD2021-07-19 18:31:35 UTC (rev 978914)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.17
-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')
-makedepends=('git' 'npm' 'strip-nondeterminism')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
-b2sums=('f3e884cab0fe930c47fccdfd735b59913e0339174aa2224e17e504462c603f1cb77b3a35c16b93faca5b9725803056cd3054dbb584a44c6d3a159a6bd6a0fd01')
-
-prepare() {
-  cd stylus-$pkgver
-  git config --global url."https://github.com".insteadOf ssh://g...@github.com
-  npm ci
-}
-
-build() {
-  cd stylus-$pkgver
-  npm run zip
-  strip-nondeterminism -t zip stylus.zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 978913, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-19 18:31:35 UTC (rev 978914)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.19
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz;)
+b2sums=('662aef404f78bf28cb84df427c6ec117e7135bb0aa29dd5d5e71f724b0f07d3f1774b5a4f1b235af57b225d509b5f6531336468e1bad9a35179d3544f2607524')
+
+prepare() {
+  cd stylus-$pkgver
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+  npm ci
+}
+
+build() {
+  cd stylus-$pkgver
+  npm run zip
+  strip-nondeterminism -t zip stylus.zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-04-15 Thread Daniel M. Capella via arch-commits
Date: Friday, April 16, 2021 @ 03:21:49
  Author: polyzen
Revision: 919263

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 919262, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-16 03:21:11 UTC (rev 919262)
+++ PKGBUILD2021-04-16 03:21:49 UTC (rev 919263)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.17
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'npm')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
-b2sums=('f3e884cab0fe930c47fccdfd735b59913e0339174aa2224e17e504462c603f1cb77b3a35c16b93faca5b9725803056cd3054dbb584a44c6d3a159a6bd6a0fd01')
-
-prepare() {
-  cd stylus-$pkgver
-  git config --global url."https://github.com".insteadOf ssh://g...@github.com
-  npm ci
-}
-
-build() {
-  cd stylus-$pkgver
-  npm run zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 919262, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-16 03:21:49 UTC (rev 919263)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.17
+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')
+makedepends=('git' 'npm' 'strip-nondeterminism')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
+b2sums=('f3e884cab0fe930c47fccdfd735b59913e0339174aa2224e17e504462c603f1cb77b3a35c16b93faca5b9725803056cd3054dbb584a44c6d3a159a6bd6a0fd01')
+
+prepare() {
+  cd stylus-$pkgver
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+  npm ci
+}
+
+build() {
+  cd stylus-$pkgver
+  npm run zip
+  strip-nondeterminism -t zip stylus.zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-02-24 Thread Daniel M. Capella via arch-commits
Date: Thursday, February 25, 2021 @ 02:36:58
  Author: polyzen
Revision: 872569

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 872568, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-25 02:36:49 UTC (rev 872568)
+++ PKGBUILD2021-02-25 02:36:58 UTC (rev 872569)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.16
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'npm')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
-b2sums=('8dcf4a06fca14e2011e86247f4287b0e58f26a3963bcd302795f597643df0858d1ac08c23d10af4de5037fac9da880a087cc9815dab0b1cae89170a1ed9e955b')
-
-prepare() {
-  git config --global url."https://github.com".insteadOf ssh://g...@github.com
-}
-
-build() {
-  cd stylus-$pkgver
-  npm ci
-  npm run zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 872568, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-25 02:36:58 UTC (rev 872569)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.17
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'npm')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
+b2sums=('f3e884cab0fe930c47fccdfd735b59913e0339174aa2224e17e504462c603f1cb77b3a35c16b93faca5b9725803056cd3054dbb584a44c6d3a159a6bd6a0fd01')
+
+prepare() {
+  cd stylus-$pkgver
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+  npm ci
+}
+
+build() {
+  cd stylus-$pkgver
+  npm run zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-02-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, February 24, 2021 @ 04:15:55
  Author: polyzen
Revision: 871007

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 871006, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-24 04:15:35 UTC (rev 871006)
+++ PKGBUILD2021-02-24 04:15:55 UTC (rev 871007)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.15
-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')
-makedepends=('git' 'npm')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
-b2sums=('92dbebdcf65b756d107daa49a7567fc671a58d0beaf82153adada9683477ae4f8a870b96d50fca2417fbe42492ce23d7b47cf2777f15b1c1023dc737b871f6b2')
-
-prepare() {
-  git config --global url."https://github.com".insteadOf ssh://g...@github.com
-}
-
-build() {
-  cd stylus-$pkgver
-  npm ci
-  npm run zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 871006, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-24 04:15:55 UTC (rev 871007)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.16
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'npm')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
+b2sums=('8dcf4a06fca14e2011e86247f4287b0e58f26a3963bcd302795f597643df0858d1ac08c23d10af4de5037fac9da880a087cc9815dab0b1cae89170a1ed9e955b')
+
+prepare() {
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+}
+
+build() {
+  cd stylus-$pkgver
+  npm ci
+  npm run zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-02-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, February 11, 2021 @ 23:28:33
  Author: polyzen
Revision: 856812

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 856811, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +++---
 1 file changed, 31 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-11 23:28:03 UTC (rev 856811)
+++ PKGBUILD2021-02-11 23:28:33 UTC (rev 856812)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.15
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'nodejs' 'npm')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
-b2sums=('92dbebdcf65b756d107daa49a7567fc671a58d0beaf82153adada9683477ae4f8a870b96d50fca2417fbe42492ce23d7b47cf2777f15b1c1023dc737b871f6b2')
-
-build() {
-  cd stylus-$pkgver
-  npm install --frozen-lockfile
-  npm run zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 856811, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-11 23:28:33 UTC (rev 856812)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.15
+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')
+makedepends=('git' 'npm')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
+b2sums=('92dbebdcf65b756d107daa49a7567fc671a58d0beaf82153adada9683477ae4f8a870b96d50fca2417fbe42492ce23d7b47cf2777f15b1c1023dc737b871f6b2')
+
+prepare() {
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+}
+
+build() {
+  cd stylus-$pkgver
+  npm ci
+  npm run zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

2021-02-04 Thread Daniel M. Capella via arch-commits
Date: Friday, February 5, 2021 @ 05:48:27
  Author: polyzen
Revision: 845675

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 845674, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 05:48:05 UTC (rev 845674)
+++ PKGBUILD2021-02-05 05:48:27 UTC (rev 845675)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.14
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'nodejs' 'npm')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
-b2sums=('8e3591ccea567d4cdc74262b89ddedcfadac103f5b457edb4b0ddcbc8c5f602206732960194ed78aa5dc04157c8c285b2fd7a0969b2b53ae14ac65d09423a080')
-
-build() {
-  cd stylus-$pkgver
-  npm install
-  npm audit fix
-  npm run zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip 
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 845674, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 05:48:27 UTC (rev 845675)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.15
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'nodejs' 'npm')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz;)
+b2sums=('92dbebdcf65b756d107daa49a7567fc671a58d0beaf82153adada9683477ae4f8a870b96d50fca2417fbe42492ce23d7b47cf2777f15b1c1023dc737b871f6b2')
+
+build() {
+  cd stylus-$pkgver
+  npm install --frozen-lockfile
+  npm run zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et: