Skip to content

Commit

Permalink
media-fonts/alegreya-sans: Fix install
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.38, Repoman-2.3.9
  • Loading branch information
johu committed May 22, 2018
1 parent d6c389e commit b040940
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions media-fonts/alegreya-sans/alegreya-sans-2.008.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@

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/Alegreya-Sans/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/huertatipografica/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""

DOCS="CONTRIBUTORS.txt README.md"
S=${WORKDIR}
FONT_S=${WORKDIR}
S="${WORKDIR}/${MY_PN}-${PV}"
FONT_S="${S}/fonts/ttf"
FONT_SUFFIX="ttf"

0 comments on commit b040940

Please sign in to comment.