void-packages/srcpkgs/font-iosevka/template

23 lines
765 B
Bash
Raw Normal View History

2015-12-04 19:45:51 +00:00
# Template file for 'font-iosevka'
pkgname=font-iosevka
2016-09-30 02:04:42 +00:00
version=1.9.4
2016-10-07 13:53:42 +00:00
revision=2
2016-03-27 11:04:48 +00:00
create_wrksrc=yes
2015-12-04 19:45:51 +00:00
noarch="yes"
font_dirs="/usr/share/fonts/TTF"
2016-01-08 13:42:28 +00:00
hostmakedepends="unzip"
2015-12-04 19:45:51 +00:00
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/"
2016-03-27 11:04:48 +00:00
distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/01.iosevka-${version}.zip"
2016-09-30 02:04:42 +00:00
checksum=b4a8bd19ce9a02b8b47c24811d6d2da8eaa97ec4324ffc91e6469de85bdb6a01
2015-12-04 19:45:51 +00:00
do_install() {
vmkdir usr/share/fonts/TTF
vcopy *.ttf usr/share/fonts/TTF
2016-06-15 03:28:14 +00:00
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md
vlicense LICENSE.md
2015-12-04 19:45:51 +00:00
}