mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
media-fonts/inter: new package, add 4.1
Signed-off-by: Roberto Alfieri <me@rebtoor.com>
This commit is contained in:
23
media-fonts/inter/inter-4.1.ebuild
Normal file
23
media-fonts/inter/inter-4.1.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user