23 lines
713 B
Bash
23 lines
713 B
Bash
# Template file for 'font-cozette'
|
|
pkgname=font-cozette
|
|
version=1.8.0
|
|
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}%2Bzip.4/CozetteFonts.zip"
|
|
checksum=7b29e83c752f3e578a4e59800750a16956fb59e6bc456e4e71966e10777f1fec
|
|
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
|
|
}
|