23 lines
692 B
Bash
23 lines
692 B
Bash
# Template file for 'font-cozette'
|
|
pkgname=font-cozette
|
|
version=1.9.3
|
|
revision=1
|
|
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=8104e960dca987c2836c79215c30141e3203d1cf5ac34e0863fa0549ba235f55
|
|
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
|
|
}
|