23 lines
784 B
Bash
23 lines
784 B
Bash
# Template file for 'terminus-font'
|
|
pkgname=terminus-font
|
|
version=4.49.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--x11dir=/usr/share/fonts/X11/misc
|
|
--psfdir=/usr/share/kbd/consolefonts"
|
|
make_install_target="install install-pcf-8bit install-otb"
|
|
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=d961c1b781627bf417f9b340693d64fc219e0113ad3a3af1a3424c7aa373ef79
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
post_install() {
|
|
vlicense OFL.TXT OFL.txt
|
|
vinstall 75-yes-terminus.conf 644 etc/fonts/conf.avail
|
|
}
|