summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f13510c99a965f843692db7cca800b3b957eb454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# shellcheck shell=bash disable=SC2034,SC2154
# download fonts by yourself due to a login wall
pkgname=ttf-fzjljw
pkgver=1.10
pkgrel=1
pkgdesc="a font of Beijing Founder Electronics"
arch=(any)
url=https://www.foundertype.com/index.php/FindFont
license=(custom)
source=()
sha256sums=()

package() {
	install -D ../*.ttf -t "$pkgdir/usr/share/fonts/TTF"
}