90786936f0
[ci:skip-build]: already built successfully in CI
24 lines
751 B
Text
24 lines
751 B
Text
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
|
pkgname=mobile-config-firefox
|
|
pkgver=4.3.2
|
|
pkgrel=0
|
|
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() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox install
|
|
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox-esr install
|
|
}
|
|
sha512sums="
|
|
b63869a891b72686351cab5a7bd995e0f9dddfa3e8512aba215fafb2762e425b0a4bcba9ad5c98d7b680bb0572c40f4cb6435d1dc3018f117ee37967dda9dddb mobile-config-firefox-4.3.2.tar.bz2
|
|
"
|