summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2015-11-20 10:24:30 +0100
committerGuilherme Amadio <amadio@gentoo.org>2015-11-20 10:24:38 +0100
commit1243338e45bf4d344ffab84a6fc145de2cec20a7 (patch)
treeadb0a165dc96d3b0732e4a69eb9f50001cf50786 /media-fonts/hack/hack-2.018.ebuild
parentversion bump with lots of work from rickfharris@yahoo.com.au on bug #556642 (diff)
downloadgentoo-1243338e45bf4d344ffab84a6fc145de2cec20a7.tar.gz
gentoo-1243338e45bf4d344ffab84a6fc145de2cec20a7.tar.bz2
gentoo-1243338e45bf4d344ffab84a6fc145de2cec20a7.zip
media-fonts/hack: version bump to 2.018
Package-Manager: portage-2.2.25
Diffstat (limited to 'media-fonts/hack/hack-2.018.ebuild')
-rw-r--r--media-fonts/hack/hack-2.018.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-fonts/hack/hack-2.018.ebuild b/media-fonts/hack/hack-2.018.ebuild
new file mode 100644
index 000000000000..d8b0c6803b38
--- /dev/null
+++ b/media-fonts/hack/hack-2.018.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit font versionator
+
+DESCRIPTION="A typeface designed for source code"
+HOMEPAGE="https://github.com/chrissimpkins/Hack"
+SRC_URI="https://github.com/chrissimpkins/Hack/releases/download/v${PV}/Hack-v$(replace_version_separator 1 '_' )-otf.zip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="binchecks strip"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+FONT_SUFFIX="otf"
+
+src_unpack() {
+ mkdir "${S}" && cd "${S}"
+ unpack ${A}
+}