New package: font-cozette-1.8.0
This commit is contained in:
parent
920540ac60
commit
5edc89170a
1 changed files with 23 additions and 0 deletions
23
srcpkgs/font-cozette/template
Normal file
23
srcpkgs/font-cozette/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue