diff options
author | Norayr Mirakyan <norayr.am@gmail.com> | 2015-09-01 17:47:57 +0400 |
---|---|---|
committer | Norayr Mirakyan <norayr.am@gmail.com> | 2015-09-01 17:47:57 +0400 |
commit | 407dc9180be9dc6721d1c6605392682509883d46 (patch) | |
tree | d635ed5b9910fa0379a07878afe45ce9307db93f /media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild | |
parent | repo_name and layout.conf (diff) | |
download | goris-407dc9180be9dc6721d1c6605392682509883d46.tar.gz goris-407dc9180be9dc6721d1c6605392682509883d46.tar.bz2 goris-407dc9180be9dc6721d1c6605392682509883d46.zip |
Ebuild for GHEA Grapalat and Mariam fonts
Diffstat (limited to 'media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild')
-rw-r--r-- | media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild b/media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild new file mode 100644 index 0000000..8c07657 --- /dev/null +++ b/media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit font + +DESCRIPTION="GHEA Grapalat and Mariam, sans-serif and serif typeface sets, each consisting of four main styles, designed by Edik Ghabuzyan and released by Armenian government." +HOMEPAGE="http://mincult.am/fonts.html" +SRC_URI="http://gov.am/u_files/file/fonts.zip -> ${P}.zip + http://mincult.am/datas/media/fonts.zip -> ${P}.zip" +LICENSE="free-noncomm" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" +FONT_S="${S}/fonts/Fonts" +FONT_SUFFIX="otf" |