summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-07-16 09:12:18 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-07-16 09:12:18 -0700
commit2511f70f75241249790e29004c70caca1b02d027 (patch)
tree4cfd0b5ff3673552503d6434aa0cfc1d6c405328
downloadfirefox-extension-headereditor-2511f70f75241249790e29004c70caca1b02d027.tar.xz
Initial commit
-rw-r--r--PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 0000000..6facfb5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
+
+# # I maintain this because:
+# Artix lacks this package entirely
+
+_pkgname='headereditor'
+_exname='HeaderEditor'
+pkgname="firefox-extension-$_pkgname"
+pkgver=4.0.7
+pkgrel=1
+pkgdesc="Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests"
+license=('MPL')
+arch=('any')
+url="https://github.com/FirefoxBar/$_exname/"
+depends=("firefox")
+source=($_pkgname-$pkgver.xpi::https://github.com/FirefoxBar/$_exname/releases/download/$pkgver/${_exname}-$pkgver.xpi)
+noextract=("$_pkgname-$pkgver.xpi")
+sha256sums=('7ee7ab10b4cdfca5162445962dcea97260a5a2efa9309155594fd2091bd93bb5')
+
+package() {
+ install -Dm644 "$_pkgname-$pkgver.xpi" "$pkgdir/usr/lib/firefox/browser/extensions/headereditor@addon.firefoxcn.net.xpi"
+}