diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-02-14 00:34:08 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-02-14 00:34:08 +0100 |
commit | f0069708572010f618819cbc783fa61e8a3582a9 (patch) | |
tree | cfec142a47027cb29ac3a3fb7eefd99eb23f543e /media-fonts/nunito | |
parent | media-fonts/nunito: Fix SRC_URI and HOMEPAGE (diff) | |
download | gentoo-f0069708572010f618819cbc783fa61e8a3582a9.tar.gz gentoo-f0069708572010f618819cbc783fa61e8a3582a9.tar.bz2 gentoo-f0069708572010f618819cbc783fa61e8a3582a9.zip |
media-fonts/nunito: Bump to EAPI=6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-fonts/nunito')
-rw-r--r-- | media-fonts/nunito/nunito-1.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-fonts/nunito/nunito-1.0-r1.ebuild b/media-fonts/nunito/nunito-1.0-r1.ebuild new file mode 100644 index 000000000000..619be073efb3 --- /dev/null +++ b/media-fonts/nunito/nunito-1.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +DESCRIPTION="A Sans Serif font with rounded terminals" +HOMEPAGE="https://www.google.com/webfonts/specimen/Nunito https://github.com/vernnobile/NunitoFont" +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +FONT_SUFFIX="ttf" |