20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'font-sarasa-gothic'
|
|
pkgname=font-sarasa-gothic
|
|
version=0.32.9
|
|
revision=1
|
|
create_wrksrc=yes
|
|
depends="font-util"
|
|
short_desc="CJK programming font based on Iosevka and Source Han Sans"
|
|
maintainer="B. Wilson <x@wilsonb.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://github.com/be5invis/Sarasa-Gothic"
|
|
distfiles="https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"
|
|
checksum=0ac1034d04be24b7f79ac1f555b4cb86a50fff7141d297700be8969da444b6a9
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy * usr/share/fonts/TTF
|
|
}
|