summaryrefslogtreecommitdiff
blob: a90730f4b9fd7d92842b69804f1f4a201cb3741c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="Font based on Adobe Utopia"
HOMEPAGE="https://sourceforge.net/projects/heuristica/"
SRC_URI="mirror://sourceforge/heuristica/${PN}-ttf-${PV}.tar.xz
	mirror://sourceforge/heuristica/${PN}-otf-${PV}.tar.xz
	mirror://sourceforge/heuristica/${PN}-pfb-${PV}.tar.xz"
S="${WORKDIR}"

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

DOCS=( FontLog.txt )

FONT_SUFFIX="otf pfb ttf"