commit:     943dd623c328b7869241c894f47d5d1cfc06a0ac
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat Jan  7 14:40:39 2023 +0000
Commit:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
CommitDate: Sat Jan  7 14:40:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=943dd623

media-fonts/ubuntumono-nerdfont: new package, add 2.2.2

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 media-fonts/ubuntumono-nerdfont/Manifest              |  1 +
 media-fonts/ubuntumono-nerdfont/metadata.xml          | 11 +++++++++++
 .../ubuntumono-nerdfont-2.2.2.ebuild                  | 19 +++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/media-fonts/ubuntumono-nerdfont/Manifest 
b/media-fonts/ubuntumono-nerdfont/Manifest
new file mode 100644
index 000000000..06010faf4
--- /dev/null
+++ b/media-fonts/ubuntumono-nerdfont/Manifest
@@ -0,0 +1 @@
+DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 
91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498
 SHA512 
7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b

diff --git a/media-fonts/ubuntumono-nerdfont/metadata.xml 
b/media-fonts/ubuntumono-nerdfont/metadata.xml
new file mode 100644
index 000000000..0eefc574b
--- /dev/null
+++ b/media-fonts/ubuntumono-nerdfont/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ra...@sandhuservices.dev</email>
+               <name>Rahul Sandhu</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">ryanoasis/nerd-fonts</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild 
b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild
new file mode 100644
index 000000000..ae559bacb
--- /dev/null
+++ b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts";
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/UbuntuMono.zip
 -> ${P}.zip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"

Reply via email to