Skip to content

Commit

Permalink
media-fonts/office-code-pro: new font package
Browse files Browse the repository at this point in the history
 - Customized version of Source Code Pro.

Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Feb 23, 2020
1 parent 3b8e2d9 commit f9e4410
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-fonts/office-code-pro/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST office-code-pro-1.004.tar.gz 2910992 BLAKE2B 06d070cfdfa88a1cb62bbf59259c8e783ea9bdfe3903c637c9161b6e476d5cea42fd88625a69a13ae474bc5f31ae40862d7c072b13f100f90955c1ca2c9570d8 SHA512 fc621d281712ef034168b63d853234ab311476d60ff20086f7eba5081292418715e4660e460ce7b6b6f5652d8f52bbd0282dddae419a39f0ba1b9273bbc9f72d
8 changes: 8 additions & 0 deletions media-fonts/office-code-pro/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Joonas Niilola</name>
</maintainer>
</pkgmetadata>
25 changes: 25 additions & 0 deletions media-fonts/office-code-pro/office-code-pro-1.004.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="Customized version of Source Code Pro"
HOMEPAGE="https://github.com/nathco/Office-Code-Pro"
SRC_URI="https://github.com/nathco/Office-Code-Pro/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/Office-Code-Pro-${PV}"

FONT_S="${S}"
FONT_SUFFIX="otf"

src_prepare() {
default

mv Fonts/*/OTF/*.otf . || die "Failed to move .otf files"
}

0 comments on commit f9e4410

Please sign in to comment.