void-packages/srcpkgs/font-unifont-bdf/template
2020-11-25 23:26:10 +01:00

17 lines
582 B
Bash

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