void-packages/srcpkgs/font-iosevka/template
2016-10-07 15:53:42 +02:00

23 lines
765 B
Bash

# Template file for 'font-iosevka'
pkgname=font-iosevka
version=1.9.4
revision=2
create_wrksrc=yes
noarch="yes"
font_dirs="/usr/share/fonts/TTF"
hostmakedepends="unzip"
depends="font-util xbps-triggers"
short_desc="A slender monospace sans-serif and slab-serif typeface"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="SIL Open Font License"
homepage="https://be5invis.github.io/Iosevka/"
distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/01.iosevka-${version}.zip"
checksum=b4a8bd19ce9a02b8b47c24811d6d2da8eaa97ec4324ffc91e6469de85bdb6a01
do_install() {
vmkdir usr/share/fonts/TTF
vcopy *.ttf usr/share/fonts/TTF
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md
vlicense LICENSE.md
}