blob: c99d0f7cbb4bece707541142b6d8c287d9016cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
OPENSUSE_RELEASE="12.2"
DESCRIPTION="Simplistic, technical sans serif - openSUSE font"
HOMEPAGE="https://jimmac.eu/"
SRC_URI="https://api.opensuse.org/public/source/openSUSE:${OPENSUSE_RELEASE}/fifth-leg-font/opensuse-font-${P}.tar.bz2"
S="${WORKDIR}"
LICENSE="OFL"
SLOT="0"
KEYWORDS="~amd64 ~loong ~riscv ~x86"
IUSE=""
FONT_SUFFIX="otf sfd"
|