void-packages/srcpkgs/font-sarasa-gothic/template
2020-04-01 22:13:03 +02:00

21 lines
625 B
Bash

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