void-packages/srcpkgs/font-sarasa-gothic/template
2020-06-16 19:48:59 +02:00

21 lines
625 B
Bash

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