#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=librewolf provides=($pkgname-bin $pkgname) conflicts=($pkgname-bin $pkgname) pkgver=107.0 pkgrel=01 pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom -binary" arch=(x86_64) options=(!emptydirs) install=librewolf.install makedepends=(zstd sh) proj_id=12875785 url=https://gitlab.com/api/v4/projects info_url="https://librewolf-community.gitlab.io/" source=($url/$proj_id/packages/generic/librewolf/$pkgver-1/$pkgname-$pkgver-1-x86_64.pkg.tar.zst $url/$proj_id/packages/generic/librewolf/$pkgver-1/$pkgname-$pkgver-1-x86_64.pkg.tar.zst.sig librewolf.install) package() { depends=(gtk3 libxt startup-notification mime-types dbus-glib nss ttf-liberation libpulse ffmpeg) optdepends=('libnotify: Notification integration' 'speech-dispatcher: Text-to-Speech' 'hunspell-en_US: Spell checking, US English') backup=( usr/lib/librewolf/librewolf.cfg usr/lib/librewolf/distribution/policies.json) cp -r "${srcdir}"/usr "${pkgdir}"/ } #---- license gpg-key sha256sums ---- license=(MPL GPL LGPL) validpgpkeys=(031F7104E932F7BD7416E7F6D2845E1305D6E801) # <1813007-ohfp@users.noreply.gitlab.com> sha256sums=(e8ccfe6c9690eb63602796999a04c4c14e639a1a9dead118df5d0f2b4f65b14c # librewolf-107.0-1-x86_64.pkg.tar.zst 465874b243fe7f2012aa68872d44edbb4e69c28730bd117b92a2c6803862ace6 # librewolf-107.0-1-x86_64.pkg.tar.zst.sig c3d94f33b96944e80b6fe84e36eaa9b4179ab144fe7aa58c5aa2efae0e2004b9) # librewolf.install