void-packages/srcpkgs/font-cozette/template
2020-06-03 20:25:26 +02:00

24 lines
705 B
Bash

# Template file for 'font-cozette'
pkgname=font-cozette
version=1.8.2
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"
distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts.zip"
checksum=71fb1d65519a8fd51583b864fdef16aef6f106e082cd1bdffe2e9e316217ab5b
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
}