diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-23 22:25:34 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-23 22:26:46 +0200 |
commit | 9c20a3c6d1978a887e8fe90ae79cebd0653cd1b2 (patch) | |
tree | 3dc877db318ecaf7726fb7a2e308e796f9cd18ed /media-fonts | |
parent | dev-lang/nss: fix compile on arm and hppa (diff) | |
download | gentoo-9c20a3c6d1978a887e8fe90ae79cebd0653cd1b2.tar.gz gentoo-9c20a3c6d1978a887e8fe90ae79cebd0653cd1b2.tar.bz2 gentoo-9c20a3c6d1978a887e8fe90ae79cebd0653cd1b2.zip |
media-fonts/inconsolata-hellenic: Revision bump 1.19-r1
EAPI 6
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild b/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild new file mode 100644 index 000000000000..5c0ab15d5935 --- /dev/null +++ b/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +DESCRIPTION="Hellenisation of the wonderful, monospace, open/free font Inconsolata" +HOMEPAGE="http://www.cosmix.org/software/" +SRC_URI="http://www.cosmix.org/software/files/InconsolataHellenic.zip -> ${P}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} +FONT_S=${S} +FONT_SUFFIX="ttf" |