2024-12-21 22:32:15 -05:00

20 lines
612 B
Bash

# Template file for 'font-sarasa-gothic'
pkgname=font-sarasa-gothic
version=1.0.26
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=551a5215dc431a0b90d4a021f3a1edbc5f50f51aef01d9068ab10327310a26f8
font_dirs="/usr/share/fonts/TTF"
do_install() {
local file
for file in *.ttc; do
vinstall $file 0644 usr/share/fonts/TTF
done
}