summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/open-sans/open-sans-1.ebuild')
-rw-r--r--media-fonts/open-sans/open-sans-1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild
new file mode 100644
index 000000000000..7cc5b44431ec
--- /dev/null
+++ b/media-fonts/open-sans/open-sans-1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit font
+
+DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces"
+HOMEPAGE="http://www.opensans.com/"
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
+# renamed from unversioned google zip
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 arm x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+S=${WORKDIR}
+FONT_SUFFIX="ttf"