summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Silva2023-05-02 20:45:34 +0100
committerRafael Silva2023-05-02 20:45:34 +0100
commit4bcad58a369fb3fac92f1f69bf1721befe2615a9 (patch)
tree1371a1e50dd6080cc2ff2f0d6c305f2c06914d16
downloadaur-4bcad58a369fb3fac92f1f69bf1721befe2615a9.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..eb76896421c9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = firefox-extension-styl-us-bin
+ pkgdesc = Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets.
+ pkgver = 1.5.30
+ pkgrel = 0
+ url = https://add0n.com/stylus.html
+ arch = any
+ license = GPL-3.0-or-later
+ depends = firefox
+ noextract = styl-us.xpi
+ source = styl-us.xpi::https://addons.mozilla.org/firefox/downloads/file/4075896/styl_us-1.5.30.xpi
+ sha256sums = 9a8b40ecfb4e19252ab5435c3cb5976d9c86a7c295e4eda8a64820838b56b9ea
+
+pkgname = firefox-extension-styl-us-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..59d40d19df7c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# This file was generated by xpi2pkgbuild
+# Maintainer: Rafael Silva (perigoso) <perigoso at riseup.net>
+
+pkgname='firefox-extension-styl-us-bin'
+pkgver=1.5.30
+pkgrel=0
+pkgdesc='Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets.'
+arch=('any')
+url='https://add0n.com/stylus.html'
+license=('GPL-3.0-or-later')
+depends=('firefox')
+_source_file_id=4075896
+source=('styl-us.xpi'::"https://addons.mozilla.org/firefox/downloads/file/${_source_file_id}/styl_us-${pkgver}.xpi")
+noextract=('styl-us.xpi')
+sha256sums=('9a8b40ecfb4e19252ab5435c3cb5976d9c86a7c295e4eda8a64820838b56b9ea')
+
+package() {
+ install -Dm644 'styl-us.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/styl-us.xpi"
+}
+