26 lines
735 B
Bash
26 lines
735 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/freefont-ttf-20090104.ebuild,v 1.4 2009/05/28 19:43:05 beandog Exp $
|
|
# based on https://github.com/travisghansen/chaos
|
|
EAPI=7
|
|
inherit font
|
|
|
|
MY_P="SourceSansPro"
|
|
|
|
DESCRIPTION="A set of OpenType fonts designed for user interfaces"
|
|
HOMEPAGE="https://adobe-fonts.github.io/source-sans"
|
|
SRC_URI="https://github.com/adobe-fonts/${PN}/releases/download/${PV}R/${PN}-${PV/./v}R.zip"
|
|
|
|
# actually SIL Open Font License
|
|
LICENSE="CC"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
|
|
|
|
IUSE=""
|
|
|
|
FONT_SUFFIX="otf"
|
|
S="${WORKDIR}"
|
|
FONT_S=${S}/OTF
|
|
|
|
RESTRICT="strip binchecks"
|