void-packages/srcpkgs/font-b612/template
2019-03-24 07:35:55 -03:00

21 lines
579 B
Bash

# Template file for 'font-b612'
pkgname=font-b612
version=1.008
revision=1
archs=noarch
wrksrc="b612-${version}"
depends="font-util xbps-triggers"
short_desc="Highly legible font family designed for aircraft cockpit screens"
maintainer="ghost <gh0st@vivaldi.net>"
license="EPL-1.0"
homepage="http://b612-font.com/"
distfiles="https://github.com/polarsys/b612/archive/${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
}