summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 0000000..3356b06
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
+
+# # I maintain this because:
+# Artix lacks this package entirely
+
+_pkgname='windowopener_be_gone'
+pkgname='firefox-extension-windowopenerbegone'
+pkgver=1.0
+pkgrel=1
+pkgdesc="Plugin for firefox that clears the window.opener field unconditionally."
+license=('MPL')
+arch=('any')
+url="https://github.com/earthlng/testpages"
+depends=("firefox")
+source=("https://github.com/earthlng/testpages/raw/master/$_pkgname-$pkgver-an+fx.xpi")
+noextract=("$_pkgname-$pkgver-an+fx.xpi")
+sha256sums=('662b7aa00d1ada1af712fa120caaf4b3f95c2b7347040621c446dc7f21a27134')
+
+package() {
+ install -Dm644 "$_pkgname-$pkgver-an+fx.xpi" "$pkgdir/usr/lib/firefox/browser/extensions/window.opener-be-gone@earthlng.org.xpi"
+}