23 lines
781 B
Bash
23 lines
781 B
Bash
# Template file for 'terminus-font'
|
|
pkgname=terminus-font
|
|
version=4.48
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
configure_args="--x11dir=/usr/share/fonts/X11/misc
|
|
--psfdir=/usr/share/kbd/consolefonts"
|
|
make_install_args="install install-pcf-8bit"
|
|
hostmakedepends="python3 bdftopcf font-util"
|
|
depends="font-util"
|
|
short_desc="Clean, fixed width bitmap font"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1, GPL-2.0-or-later"
|
|
homepage="http://terminus-font.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
post_install() {
|
|
vlicense OFL.TXT OFL.txt
|
|
vinstall 75-yes-terminus.conf 644 etc/fonts/conf.avail
|
|
}
|