This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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') |