summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Silva2023-05-02 20:45:34 +0100
committerRafael Silva2023-05-02 20:45:34 +0100
commit4bcad58a369fb3fac92f1f69bf1721befe2615a9 (patch)
tree1371a1e50dd6080cc2ff2f0d6c305f2c06914d16 /PKGBUILD
downloadaur-4bcad58a369fb3fac92f1f69bf1721befe2615a9.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
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"
+}
+