summaryrefslogtreecommitdiff
path: root/media-fonts/exljbris-free/exljbris-free-20210312.ebuild
blob: 7f77f93d87d0ee5b237807a2f32821ccbd988705 (plain)
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
28
29
30
31
32
33
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="Beautiful free fonts from exljbris Font Foundry"
HOMEPAGE="https://www.exljbris.com/"
SRC_URI="
	https://www.exljbris.com/dl/DELICIOUS_21_OTF.zip
	https://www.exljbris.com/dl/Diavlo_II_37b2.zip
	https://www.exljbris.com/dl/fontin2_pc.zip
	https://www.exljbris.com/dl/FontinSans_49.zip
	https://www.exljbris.com/dl/tallys_15b2.zip"

LICENSE="exljbris-free"
SLOT="0"
KEYWORDS="~amd64 ~loong ~riscv ~x86"
RESTRICT="mirror"

BDEPEND="app-arch/unzip"

S="${WORKDIR}"

FONT_S="${S}"
FONT_SUFFIX="otf ttf"

src_prepare() {
	default
	mv DELICIOUS_21_OTF/*.otf . || die
	mv Diavlo_II_37/*.otf . || die
}