21 lines
625 B
Bash
21 lines
625 B
Bash
# Template file for 'font-sarasa-gothic'
|
|
pkgname=font-sarasa-gothic
|
|
version=0.13.0
|
|
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=927a07c328e45c415caf77cb382381f38bd94a6e01d4cfaed507d62d7ae3481f
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy * usr/share/fonts/TTF
|
|
}
|