# Template file for 'font-cozette' pkgname=font-cozette version=1.26.0 revision=1 create_wrksrc=yes hostmakedepends="font-util bdftopcf" depends="font-util" short_desc="Bitmap programming font optimized for coziness" maintainer="Orphaned " license="MIT" homepage="https://github.com/slavfox/Cozette" changelog="https://github.com/slavfox/Cozette/raw/master/CHANGELOG.md" distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${version//./-}.zip" checksum=0f1582d475afc685c82184e49a67d78907fa2137a51b73ea99aaa5fb54c27b54 font_dirs="/usr/share/fonts/misc /usr/share/fonts/TTF" do_install() { cd CozetteFonts bdftopcf -t -o cozette.pcf cozette.bdf bdftopcf -t -o cozette_hidpi.pcf cozette_hidpi.bdf vinstall cozette.pcf 644 usr/share/fonts/misc vinstall cozette.otb 644 usr/share/fonts/misc vinstall cozette_hidpi.pcf 644 usr/share/fonts/misc vinstall cozette_hidpi.otb 644 usr/share/fonts/misc vinstall CozetteVector.ttf 644 usr/share/fonts/TTF vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF vlicense LICENSE }