cc739e7754
Changelog: https://gitlab.com/postmarketOS/mobile-config-firefox/-/tags/2.2.0 [ci:skip-build] already built successfully in CI
32 lines
1,019 B
Text
32 lines
1,019 B
Text
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
|
pkgname=mobile-config-firefox
|
|
pkgver=2.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
|
|
distro_links.html
|
|
"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
options="!check" # No tests
|
|
replaces="postmarketos-config-firefox"
|
|
provides="postmarketos-config-firefox=$pkgver"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
cp "$srcdir/distro_links.html" "$builddir/src/homepage"
|
|
}
|
|
|
|
build() {
|
|
make DISTRO=postmarketOS
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
sha512sums="
|
|
512895b65246f5b781ebc160d70182280417de7b2529b6f280e42dc298f5b5e6610a51fc35714bd06143cfd02a673559f77b98f09c1f73c230d288186344198a mobile-config-firefox-2.2.0.tar.bz2
|
|
b99713e30add88f532870430a3c9122faf7e932356cdbe1faa571b661088ce00665a5e499f1873688e58c014b741235571b67efa3df2228b5f3e39972d6f35e3 distro_links.html
|
|
"
|