void-packages/srcpkgs/font-cozette/template

24 lines
705 B
Bash
Raw Normal View History

2020-05-01 18:20:54 +00:00
# Template file for 'font-cozette'
pkgname=font-cozette
2020-06-10 18:26:42 +00:00
version=1.8.3
2020-05-01 18:20:54 +00:00
revision=1
archs=noarch
create_wrksrc=yes
hostmakedepends="font-util"
depends="font-util"
short_desc="Bitmap programming font optimized for coziness"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://github.com/slavfox/Cozette"
2020-05-27 10:21:26 +00:00
distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts.zip"
2020-06-10 18:26:42 +00:00
checksum=eb92125d1defca47e8cca57db47534fbbf0afa725adc1738c6263beb92f81769
2020-05-01 18:20:54 +00:00
font_dirs="/usr/share/fonts/misc /usr/share/fonts/TTF"
do_install() {
cd CozetteFonts
vinstall cozette.otb 644 usr/share/fonts/misc
vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}