void-packages/srcpkgs/font-sarasa-gothic/template
2020-07-07 23:10:00 +02:00

21 lines
625 B
Bash

# Template file for 'font-sarasa-gothic'
pkgname=font-sarasa-gothic
version=0.12.9
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=e83f72baeed0b7a5a4bf9e679e997bcfa5da864e256dfa914f8c3955ca274b6f
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
vcopy * usr/share/fonts/TTF
}