void-packages/srcpkgs/font-iosevka/template

22 lines
832 B
Bash

# Template file for 'font-iosevka'
pkgname=font-iosevka
version=28.0.7
revision=1
depends="font-util"
short_desc="Slender monospace sans-serif and slab-serif typeface"
maintainer="Jose G Perez Taveras <josegpt27@gmail.com>"
license="OFL-1.1"
homepage="https://typeof.net/Iosevka/"
changelog="https://raw.githubusercontent.com/be5invis/Iosevka/master/CHANGELOG.md"
distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/SuperTTC-Iosevka-${version}.zip
https://github.com/be5invis/Iosevka/releases/download/v${version}/SuperTTC-IosevkaSlab-${version}.zip"
checksum="26ac189499ec3141dad87560161faf713b5554c4fc939a2ac9347b2eaa7de112
478e51721d8ee3ed6c7e113953c3a369270f42c789bb0d9b40e1d0254d3d1026"
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
vcopy *.ttc usr/share/fonts/TTF
}