media-fonts/ttf-aptos - 1.1 (val-vgms)

Search

Install

Install this version:

emerge -a =media-fonts/ttf-aptos-1.1

Package Information

Description:
The new default Microsoft 365 font, used by Microsoft
Homepage:
https://learn.microsoft.com/en-us/typography/font-list/aptos
License:
MS-EULA

Ebuild Details

Version EAPI Keywords Slot
1.1 8 amd64 arm64 loong riscv x86 0
View Raw Ebuild
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

FONT_SUFFIX="ttf"
inherit font readme.gentoo-r1

DESCRIPTION="The new default Microsoft 365 font, used by Microsoft"
HOMEPAGE="https://learn.microsoft.com/en-us/typography/font-list/aptos"
SRC_URI="https://download.microsoft.com/download/8/6/0/860a94fa-7feb-44ef-ac79-c072d9113d69/Microsoft%20Aptos%20Fonts.zip -> ${P}.zip"

LICENSE="MS-EULA"
SLOT="0"
KEYWORDS="amd64 arm64 loong riscv x86"
RESTRICT="bindist mirror"

FONT_SUFFIX="ttf"

src_unpack(){
	unpack ${A}
	mkdir ${WORKDIR}/${P} || die
	cp ${WORKDIR}/* ${WORKDIR}/${P}/
}

Inherited Eclasses

Manifest for 1.1

Type File Size Source URLs
DIST ttf-aptos-1.1.zip 2979784 bytes https://download.microsoft.com/download/8/6/0/860a94fa-7feb-44ef-ac79-c072d9113d69/Microsoft%20Aptos%20Fonts.zip