summaryrefslogtreecommitdiff
path: root/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild
blob: be78ada9c1fa78c9f8ac0e750aeb0bcd3db6b9d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="Monospaced font family that's built with the needs of developers in mind"
HOMEPAGE="https://github.com/intel/intel-one-mono"
SRC_URI="https://github.com/intel/intel-one-mono/releases/download/V${PV}/ttf.zip -> ${P}-ttf.zip"
S="${WORKDIR}"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

BDEPEND="app-arch/unzip"

S="${WORKDIR}/ttf"
FONT_SUFFIX="ttf"