void-packages/srcpkgs/font-unifont-bdf/template
2021-10-06 23:29:16 -03:00

18 lines
582 B
Bash

# Template file for 'font-unifont-bdf'
pkgname=font-unifont-bdf
version=14.0.01
revision=1
create_wrksrc=yes
depends="font-util"
short_desc="GNU Unifont Glyphs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://unifoundry.com/unifont/index.html"
distfiles="http://unifoundry.com/pub/unifont/unifont-${version}/font-builds/unifont-${version}.bdf.gz"
checksum=391d194f6307fcd0915daafd360509a734e26f3e4013e63d47deb2530d59e66e
font_dirs=/usr/share/fonts/misc
do_install() {
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
}