18 lines
581 B
Bash
18 lines
581 B
Bash
# Template build file for 'font-unifont'.
|
|
pkgname=font-unifont-bdf
|
|
version=9.0.06
|
|
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=4246c4773ed70f78a7e27ff1118fd257a280d1102200265ad5d58bb2011195ef
|
|
|
|
do_install() {
|
|
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
|
|
}
|