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