media-fonts/Humor-Sans: Revision bump 1.0-r1
authorJohannes Huber <johu@gentoo.org>
Tue, 22 May 2018 19:19:05 +0000 (21:19 +0200)
committerJohannes Huber <johu@gentoo.org>
Tue, 22 May 2018 19:20:36 +0000 (21:20 +0200)
EAPI 6

Package-Manager: Portage-2.3.38, Repoman-2.3.9

media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild [new file with mode: 0644]

diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild b/media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild
new file mode 100644 (file)
index 0000000..a840cf3
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="A sanserif typeface in the style of xkcd"
+HOMEPAGE="http://antiyawn.com/uploads/humorsans.html"
+SRC_URI="http://www.antiyawn.com/uploads/${P}.ttf"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"
+
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_unpack() {
+       cp "${DISTDIR}/${A}" "${FONT_S}/${PN}.${FONT_SUFFIX}" || die
+}