pmaports/main/mobile-config-firefox/APKBUILD
Oliver Smith 0f05f84507
main/mobile-config-firefox: upgrade to 4.0.0 (MR 4000)
[ci:skip-build]: already built successfully in CI
2023-04-07 10:57:56 +02:00

24 lines
751 B
Text

# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
pkgname=mobile-config-firefox
pkgver=4.0.0
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="
61f2b1999f37d43170a8e5cd56c7f0ca53803208807d3bb1556217bbfee3acbc9b709ee8aa589ee1ee40ffa8d2d9c70d2c1c0b1a0981022f22efb7bc80ce4369 mobile-config-firefox-4.0.0.tar.bz2
"