18 lines
582 B
Bash
18 lines
582 B
Bash
# Template file for 'font-unifont-bdf'
|
|
pkgname=font-unifont-bdf
|
|
version=15.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=1fddba900a36b8a067bf2177b05c4a2482a0f7ca1545cf531c03509f47ce1590
|
|
font_dirs=/usr/share/fonts/misc
|
|
|
|
do_install() {
|
|
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
|
|
}
|