Skip to content

Instantly share code, notes, and snippets.

# Maintainer: Bruce Zhang krasjet / witchymary (cracked ver.)
pkgname=fontbase
pkgver=2.19.4
pkgrel=1
pkgdesc="FontBase is the font manager of the new generation, built by designers, for designers. (Cracked)"
arch=('x86_64' 'i686')
url="https://fontba.se/"
license=('custom:FontBase')
depends=('electron')
makedepends=('p7zip'
#!/bin/bash
# If $DOWNLOAD_PATH is not defined, use the script path
[ ! -n "$DOWNLOAD_PATH" ] && DOWNLOAD_PATH=$(dirname "$(readlink -f "$0")")
cd $DOWNLOAD_PATH
# Geting the file to find the newest Unofficial Patch Download URL
wget https://www.moddb.com/downloads/start/194719/all -O mirrors.txt
MIRROR=$(grep -m1 'Start' 'mirrors.txt')