2020-05-01 18:20:54 +00:00
|
|
|
# Template file for 'font-cozette'
|
|
|
|
pkgname=font-cozette
|
2020-05-27 10:21:26 +00:00
|
|
|
version=1.8.1
|
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"
|
|
|
|
checksum=4f2407018abf2014d868200922eee443820fea46c0d0b351a43eb8c562a024ad
|
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
|
|
|
|
}
|