d0f40b0b16
[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.0.4
|
|
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="
|
|
561bc58fb8ae0fc392368be0f8fbe9d8cbfadb556ff681043c38b0004ad1a7e222b8b6cafcfb109c97e3f87d5d7cf829f1068793d369f34de7ae278a3a38d7dd mobile-config-firefox-4.0.4.tar.bz2
|
|
"
|