font-cozette: Include pcf version
This commit is contained in:
parent
eab38116ea
commit
844eab3062
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'font-cozette'
|
||||
pkgname=font-cozette
|
||||
version=1.11.3
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="font-util"
|
||||
hostmakedepends="font-util bdftopcf"
|
||||
depends="font-util"
|
||||
short_desc="Bitmap programming font optimized for coziness"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
|
@ -16,6 +16,8 @@ font_dirs="/usr/share/fonts/misc /usr/share/fonts/TTF"
|
|||
do_install() {
|
||||
cd CozetteFonts
|
||||
|
||||
bdftopcf -t -o cozette.pcf cozette.bdf
|
||||
vinstall cozette.pcf 644 usr/share/fonts/misc
|
||||
vinstall cozette.otb 644 usr/share/fonts/misc
|
||||
vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue