19 lines
582 B
Bash
19 lines
582 B
Bash
# Template build file for 'font-unifont'.
|
|
pkgname=font-unifont-bdf
|
|
version=10.0.07
|
|
revision=1
|
|
create_wrksrc=yes
|
|
noarch=yes
|
|
homepage="http://unifoundry.com/unifont.html"
|
|
distfiles="http://unifoundry.com/pub/unifont-${version}/font-builds/unifont-${version}.bdf.gz"
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/misc"
|
|
short_desc="GNU Unifont Glyphs"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2, Freeware"
|
|
checksum=2d83de7f719615cc31c5896d3d9fa981927e0c0a8b8da36b0a0293db94e4123c
|
|
|
|
do_install() {
|
|
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
|
|
}
|