20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'font-sarasa-gothic'
|
|
pkgname=font-sarasa-gothic
|
|
version=1.0.20
|
|
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=805670a0ecf55eca4ad43097861e37eaca2da86ff6af7ade45c1541925c604dd
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
local file
|
|
for file in *.ttc; do
|
|
vinstall $file 0644 usr/share/fonts/TTF
|
|
done
|
|
}
|