void-packages/srcpkgs/font-kakwafont/template
2019-03-01 12:04:45 -03:00

22 lines
601 B
Bash

# Template file for 'font-kakwafont'
pkgname=font-kakwafont
version=0.1.1
revision=3
archs=noarch
wrksrc="kakwafont-${version}"
build_style=gnu-makefile
make_install_args="INDEX=false"
hostmakedepends="bdftopcf"
depends="font-util"
short_desc="Another 12px monospace bitmap font"
maintainer="xaltsc <xaltsc@protonmail.ch>"
license="OFL-1.1"
homepage="https://github.com/kakwa/kakwafont"
distfiles="https://github.com/kakwa/kakwafont/archive/${version}.tar.gz"
checksum=73643ab99029641ff551d41bc83d9b7d8623a2dd49275b0183ef91a57b22426b
font_dirs="/usr/share/misc"
post_install() {
vlicense LICENSE
}