#!/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=99.0 pkgrel=02 pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom." arch=(x86_64) options=(!emptydirs) install=librewolf.install makedepends=(zstd sh) proj_id=12875785 url=https://gitlab.com/api/v4/projects/$proj_id/packages/generic/librewolf/$pkgver-1 source=($url/$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=(cfe2dd962365ac9e323bba4053f1e13940e2da09a25c223d0a3738dd11d0bf38 # librewolf-99.0-1-x86_64.pkg.tar.zst b19e7905c013a8469e57f7ab1d0a5697b596879ca72574fe9c94c0fcaa8d866f # librewolf-99.0-1-x86_64.pkg.tar.zst.sig c3d94f33b96944e80b6fe84e36eaa9b4179ab144fe7aa58c5aa2efae0e2004b9) # librewolf.install