void-packages/srcpkgs/font-sarasa-gothic/template
2019-04-15 09:49:45 -03:00

22 lines
648 B
Bash

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