summaryrefslogtreecommitdiff
path: root/media-fonts/roboto/roboto-2.138.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-fonts/roboto/roboto-2.138.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'media-fonts/roboto/roboto-2.138.ebuild')
-rw-r--r--media-fonts/roboto/roboto-2.138.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-fonts/roboto/roboto-2.138.ebuild b/media-fonts/roboto/roboto-2.138.ebuild
new file mode 100644
index 000000000000..82f72ff4ff9b
--- /dev/null
+++ b/media-fonts/roboto/roboto-2.138.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font
+
+DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
+HOMEPAGE="https://github.com/google/roboto"
+SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+FONT_S=${S}
+
+FONT_SUFFIX="ttf"
+FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )