20 lines
549 B
Bash
20 lines
549 B
Bash
# Template file for 'font-kakwafont'
|
|
pkgname=font-kakwafont
|
|
version=0.1.1
|
|
revision=1
|
|
wrksrc="kakwafont-${version}"
|
|
build_style=gnu-makefile
|
|
make_install_args="INDEX=true"
|
|
hostmakedepends="bdftopcf mkfontdir"
|
|
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
|
|
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|