0ccd191d21
[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.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="
|
|
bdb08b03c5feac3feb27c021cd58b36e5aeb965d3de62ae26f7e1764907a9b16aae968c08bbaf9c231b2f64a2ffaba5566cb2b6a8e3327b7542d037bd60c16da mobile-config-firefox-4.0.2.tar.bz2
|
|
"
|