2020-08-31 08:55:20 +00:00
|
|
|
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
2020-08-06 15:11:52 +00:00
|
|
|
pkgname=mobile-config-firefox
|
2023-07-05 19:47:34 +00:00
|
|
|
pkgver=4.0.3
|
2022-10-30 13:10:53 +00:00
|
|
|
pkgrel=0
|
2020-08-06 15:11:52 +00:00
|
|
|
pkgdesc="Firefox tweaks for mobile and privacy"
|
|
|
|
url="https://gitlab.com/postmarketOS/mobile-config-firefox"
|
|
|
|
source="
|
|
|
|
https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/$pkgver/mobile-config-firefox-$pkgver.tar.bz2
|
|
|
|
"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL-3.0-or-later"
|
|
|
|
options="!check" # No tests
|
|
|
|
|
|
|
|
build() {
|
2021-12-12 13:45:54 +00:00
|
|
|
make
|
2020-08-06 15:11:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2022-09-10 20:17:39 +00:00
|
|
|
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox install
|
|
|
|
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox-esr install
|
2020-08-06 15:11:52 +00:00
|
|
|
}
|
2021-05-23 11:13:02 +00:00
|
|
|
sha512sums="
|
2023-07-05 19:47:34 +00:00
|
|
|
d66654b322a8d71e9592b330149583fa433e6294bda30cfa95097c56156ce842024b76871f765a51bc64603313d261b9f7fed368db0ca988afe1adc19d1a941d mobile-config-firefox-4.0.3.tar.bz2
|
2021-05-23 11:13:02 +00:00
|
|
|
"
|