media-fonts/iosevka: New package

Closes: https://bugs.gentoo.org/621084
Closes: https://github.com/gentoo/gentoo/pull/7318
This commit is contained in:
David Truby
2018-03-26 14:57:22 +00:00
committed by Michał Górny
parent f8137beb67
commit 218d847e9f
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST 01-iosevka-1.14.1.zip 9725331 BLAKE2B 58f0e51ba06d27eab18336effbe825c7c7bc88f24eb457be49746f8d3b1591f2cfafb8c2a7c9b56a7528edb207cbee6741dbe394b82331c6207a4dc6886cb388 SHA512 7e1dee79d78b1bc36ff2f55140a3538802dafc22677193e0657a6649ca55d5b1de868de86ba26d9458a3afe481298356dcf641afa72ecea2d69adb6382a5fd58
DIST 02-iosevka-term-1.14.1.zip 9672957 BLAKE2B b03751969722919b4c4172b066f372f334f45f38636cff8cba764a5c30d906ab000887c290b4583f418307c2efea7c3650f5557d535b1e7c26c2078ee29ebcb6 SHA512 6b17960b960365a81ba78a68b6ad04c6146f51855f0f6abc288c12d8dd50669fe245f94aa135b032df14d0ec7bc6b291aef1c8a86ccbf948b8e5678862febe34

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font
DESCRIPTION="Slender typeface for code, from code"
HOMEPAGE="http://be5invis.github.io/Iosevka"
SRC_URI="https://github.com/be5invis/${PN}/releases/download/v${PV}/01-${P}.zip
https://github.com/be5invis/${PN}/releases/download/v${PV}/02-${PN}-term-${PV}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm ~arm64 ~ppc64"
DEPEND="app-arch/unzip"
S=${WORKDIR}
FONT_S="${S}/ttf"
FONT_SUFFIX="ttf"

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>david.truby@gmail.com</email>
<name>David Truby</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="github">b5invis/iosevka</remote-id>
</upstream>
</pkgmetadata>