20 lines
598 B
Bash
20 lines
598 B
Bash
# Template file for 'font-b612'
|
|
pkgname=font-b612
|
|
version=1.008
|
|
revision=3
|
|
depends="font-util xbps-triggers"
|
|
short_desc="Highly legible font family designed for aircraft cockpit screens"
|
|
maintainer="ghost <gh0st@vivaldi.net>"
|
|
license="EPL-2.0, BSD-3-Clause, OFL-1.1"
|
|
homepage="https://b612-font.com/"
|
|
distfiles="https://github.com/polarsys/b612/archive/refs/tags/${version}.tar.gz"
|
|
checksum=bfe4827931a22ecde5576c2bd06b462d467b89fa580b6ded651346f94eba8dd6
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy fonts/ttf/* usr/share/fonts/TTF
|
|
vlicense edl-v10.html
|
|
}
|