# Template file for 'font-manjari'
pkgname=font-manjari
version=2.200
revision=1
create_wrksrc=yes
depends="font-util"
short_desc="Malayalam font with smooth curves"
maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
license="OFL-1.1"
homepage="https://smc.org.in/fonts/manjari"
distfiles="https://releases.smc.org.in/fonts/manjari/Version${version}/manjari-Version${version}.tar.gz"
checksum=dc3c91e5108c3e48e3367dd69b003013cb1eae7149898a2ab59df9a2dbb2556a
font_dirs="/usr/share/fonts/TTF"

do_install() {
	for f in ttf/*.ttf; do
		vinstall $f 0644 usr/share/fonts/TTF
	done

	# install fontconfig file
	vinstall 67-fonts-smc-manjari.conf 0644 etc/fonts/conf.avail/67-fonts-smc-manjari.conf
}
