diff options
Diffstat (limited to 'media-fonts/fifth-leg')
-rw-r--r-- | media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild b/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild new file mode 100644 index 000000000000..3d7b659bcbaa --- /dev/null +++ b/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +OPENSUSE_RELEASE="12.2" +OBS_PACKAGE="${PN}-font" + +inherit font obs-download + +DESCRIPTION="Simplistic, technical sans serif - openSUSE font" +HOMEPAGE="http://jimmac.musichall.cz/log/?p=439" +SRC_URI="${OBS_URI}/opensuse-font-${P}.tar.bz2" + +LICENSE="OFL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +FONT_SUFFIX="otf sfd" +FONT_S="${WORKDIR}" +S="${FONT_S}" |