blob: 45168f3c208e8955498c10d20b24afc9dc13355f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Slender typeface for code, from code"
HOMEPAGE="https://typeof.net/Iosevka/"
SRC_URI="https://github.com/be5invis/${PN}/releases/download/v${PV}/pkg-iosevka-${PV}.zip
curly? ( https://github.com/be5invis/${PN}/releases/download/v${PV}/pkg-iosevka-curly-${PV}.zip )
curly-slab? ( https://github.com/be5invis/${PN}/releases/download/v${PV}/pkg-iosevka-curly-slab-${PV}.zip )
aile? ( https://github.com/be5invis/${PN}/releases/download/v${PV}/pkg-iosevka-aile-${PV}.zip )
etoile? ( https://github.com/be5invis/${PN}/releases/download/v${PV}/pkg-iosevka-etoile-${PV}.zip )
sparkle? ( https://github.com/be5invis/${PN}/releases/download/v${PV}/pkg-iosevka-sparkle-${PV}.zip )"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+curly curly-slab +aile etoile sparkle"
DEPEND="app-arch/unzip"
S=${WORKDIR}
FONT_S="${S}/ttc"
FONT_SUFFIX="ttc"
|