pmaports/main/mobile-config-firefox/APKBUILD

25 lines
751 B
Text
Raw Normal View History

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