Files
2025-04-17 13:00:20 -04:00

18 lines
634 B
Bash

# Template file for 'font-sarasa-gothic'
pkgname=font-sarasa-gothic
version=1.0.30
revision=1
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-TTC-${version}.7z"
checksum=fcad6f56e9b6c1a0f749969983f6b6ad3d3e6f82dacf71cb370a5d87792c69db
font_dirs="/usr/share/fonts/TTC/sarasa-gothic"
do_install() {
vmkdir usr/share/fonts/TTC/sarasa-gothic
vcopy "*.ttc" usr/share/fonts/TTC/sarasa-gothic
}