This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/media-fonts/source-sans/source-sans-2.020.ebuild
Ronny (tastytea) Gutbrod 32fe74c483
media-fonts/source-sans: add 2.020
the old pro version

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-10 05:29:58 +02:00

34 lines
745 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
REALV="2.020R-ro/1.075R-it"
DESCRIPTION="Sans serif font family for user interface environments"
HOMEPAGE="https://adobe-fonts.github.io/source-sans/"
SRC_URI="https://github.com/adobe-fonts/source-sans/archive/${REALV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${REALV//\//-}"
LICENSE="OFL-1.1"
SLOT="pro"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
IUSE="cjk"
RESTRICT="binchecks strip"
RDEPEND="
media-libs/fontconfig
!media-fonts/source-pro
"
FONT_CONF=( "${FILESDIR}"/63-${PN}-pro.conf )
FONT_SUFFIX="otf"
src_prepare() {
default
mv OTF/*.otf . || die
}