diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-22 21:19:05 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-22 21:20:36 +0200 |
commit | 862b30b9913528ad930fe1e9861fd96f5fc65103 (patch) | |
tree | 00e8afbaa4a2dc92d4d0a21cccbe8ebcc2f4c1ef | |
parent | sys-kernel/gentoo-sources: Linux patch 4.14.43 (diff) | |
download | gentoo-862b30b9913528ad930fe1e9861fd96f5fc65103.tar.gz gentoo-862b30b9913528ad930fe1e9861fd96f5fc65103.tar.bz2 gentoo-862b30b9913528ad930fe1e9861fd96f5fc65103.zip |
media-fonts/Humor-Sans: Revision bump 1.0-r1
EAPI 6
Package-Manager: Portage-2.3.38, Repoman-2.3.9
-rw-r--r-- | media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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 index 000000000000..a840cf3146d2 --- /dev/null +++ b/media-fonts/Humor-Sans/Humor-Sans-1.0-r1.ebuild @@ -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 +} |