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-01 16:36:43 +00:00
version=1.8.2
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-01 16:36:43 +00:00
checksum=71fb1d65519a8fd51583b864fdef16aef6f106e082cd1bdffe2e9e316217ab5b
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
}