font-sarasa-gothic: update to 0.34.3

Close: #33239
This commit is contained in:
FollieHiyuki 2021-10-02 06:19:46 +07:00 committed by Đoàn Trần Công Danh
parent 63d8f1d236
commit 19fadea9b8

View file

@ -1,6 +1,6 @@
# Template file for 'font-sarasa-gothic'
pkgname=font-sarasa-gothic
version=0.34.1
version=0.34.3
revision=1
create_wrksrc=yes
depends="font-util"
@ -9,11 +9,13 @@ 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=27bee9a1bdb8d94cb686816fb7961c5cced038fdd955148fbb3a297c94e974e0
checksum=6938707af097f5bf899f570c886063860973193db9524468da0c27af4a36ce94
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
vcopy * usr/share/fonts/TTF
local file
for file in *.ttc; do
vinstall $file 0644 usr/share/fonts/TTF
done
}