22 lines
649 B
Bash
22 lines
649 B
Bash
# Template file for 'font-sarasa-gothic'
|
|
pkgname=font-sarasa-gothic
|
|
version=0.10.2
|
|
revision=1
|
|
archs=noarch
|
|
create_wrksrc=yes
|
|
hostmakedepends="p7zip"
|
|
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=888f998869840e982c5478d9aa40494cf83e9aaa85de3c0a8834537f64092d16
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy * usr/share/fonts/TTF
|
|
}
|