2019-03-18 09:09:53 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
2018-05-23 00:37:38 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
MY_PN="Alegreya-Sans"
|
|
|
|
inherit font
|
|
|
|
|
|
|
|
DESCRIPTION="A humanist sans-serif typeface with a calligraphic, dynamic feeling"
|
|
|
|
HOMEPAGE="https://www.huertatipografica.com/en/fonts/alegreya-sans-ht"
|
|
|
|
SRC_URI="https://github.com/huertatipografica/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="OFL-1.1"
|
|
|
|
SLOT="0"
|
2019-04-02 12:04:09 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 x86"
|
2018-05-23 00:37:38 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DOCS="CONTRIBUTORS.txt README.md"
|
|
|
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
|
|
|
FONT_S="${S}/fonts/ttf"
|
|
|
|
FONT_SUFFIX="ttf"
|