Merge pull request #4334 from diogoleal/font-iosevka-1.9.0

font-iosevka: update to 1.9.0
This commit is contained in:
Toyam Cox 2016-06-15 00:26:12 -04:00 committed by GitHub
commit ee99211966

View file

@ -1,6 +1,6 @@
# Template file for 'font-iosevka'
pkgname=font-iosevka
version=1.8.6
version=1.9.0
revision=1
create_wrksrc=yes
noarch="yes"
@ -12,11 +12,11 @@ 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=27508ea1de8e0224004e3a4568243922113c729c283d665a51bf331ef0b5b784
checksum=c64e10c34f8f95a1a59e44d0a67dc2a702016da45e028b06ae8ac0bfd3203752
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
vlicense LICENSE
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md
vlicense LICENSE.md
}