void-packages/srcpkgs/font-unifont-bdf/template
2020-09-29 22:05:43 +02:00

18 lines
582 B
Bash

# Template file for 'font-unifont-bdf'
pkgname=font-unifont-bdf
version=13.0.03
revision=2
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=5764b8b606ee618c60e8e533226559dba8e1ad02bc52dfa34367ae544975c29d
font_dirs=/usr/share/fonts/misc
do_install() {
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
}