21 lines
625 B
Bash
21 lines
625 B
Bash
# Template file for 'font-sarasa-gothic'
|
|
pkgname=font-sarasa-gothic
|
|
version=0.12.5
|
|
revision=1
|
|
archs=noarch
|
|
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=273d015e3e3af392869ab0f18f5b858fc13879cd96a419c92ba4fd2f1ad98783
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy * usr/share/fonts/TTF
|
|
}
|