commit:     db24ad65f1f75f6b5acfbae654b1b70bd850dfca
Author:     Roberto Alfieri <me <AT> rebtoor <DOT> com>
AuthorDate: Sat Nov  8 21:19:11 2025 +0000
Commit:     Roberto Alfieri <me <AT> rebtoor <DOT> com>
CommitDate: Sat Nov  8 21:24:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db24ad65

media-fonts/inter: new package, add 4.1

Signed-off-by: Roberto Alfieri <me <AT> rebtoor.com>

 media-fonts/inter/Manifest         |  1 +
 media-fonts/inter/inter-4.1.ebuild | 23 +++++++++++++++++++++++
 media-fonts/inter/metadata.xml     | 11 +++++++++++
 3 files changed, 35 insertions(+)

diff --git a/media-fonts/inter/Manifest b/media-fonts/inter/Manifest
new file mode 100644
index 0000000000..ab0ac9e70e
--- /dev/null
+++ b/media-fonts/inter/Manifest
@@ -0,0 +1 @@
+DIST inter-4.1.zip 33707794 BLAKE2B 
792f77f3d2ed9d8766b559ec8cc4b905b76a9627e2ec90da600e63e48eba3260c16cb9cb465dacdabfeb1200e843575b963dba637dd347c1ad695d7b13848dc2
 SHA512 
2ab20c6c1b33a8adc09c8cf10ad00e2b03cc68f9dceec829aaa1e2bd999720528da4c4594abed39818707e35ff63df6330155cb53660e86029410a0ea4079df4

diff --git a/media-fonts/inter/inter-4.1.ebuild 
b/media-fonts/inter/inter-4.1.ebuild
new file mode 100644
index 0000000000..5d538cd4f0
--- /dev/null
+++ b/media-fonts/inter/inter-4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+MY_PN="Inter"
+DESCRIPTION="Inter font family"
+HOMEPAGE="https://rsms.me/inter/";
+SRC_URI="https://github.com/rsms/${PN}/releases/download/v${PV}/${MY_PN}-${PV}.zip
 -> ${P}.zip"
+
+S="${WORKDIR}"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+FONT_SUFFIX="ttc ttf"
+RESTRICT="binchecks strip"
+
+BDEPEND="app-arch/unzip"

diff --git a/media-fonts/inter/metadata.xml b/media-fonts/inter/metadata.xml
new file mode 100644
index 0000000000..d821bdebf8
--- /dev/null
+++ b/media-fonts/inter/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>[email protected]</email>
+    <name>Roberto Alfieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">rsms/inter</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to