6d3cbd5d95
[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.1
|
|
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="
|
|
4bd2ddc36b8ec9be96bf8545b4a08a4828e3955bcdb076fef21ac0bcb78e5a6aee81b1d18c165d46bb8598f51b8afe1d5b9d0067442e6f5c5d36597d557d6793 mobile-config-firefox-4.3.1.tar.bz2
|
|
"
|