media-fonts/piazzolla - 2.005 (guru)

Search

Install

Install this version:

emerge -a =media-fonts/piazzolla-2.005

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/piazzolla-2.005

Or alternatively:

emerge --autounmask-write -a =media-fonts/piazzolla-2.005

Package Information

Description:
Piazzolla font family
Homepage:
https://github.com/huertatipografica/piazzolla
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
2.005 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="Piazzolla"
inherit font

DESCRIPTION="Piazzolla font family"
HOMEPAGE="https://github.com/huertatipografica/piazzolla"
SRC_URI="
	https://github.com/huertatipografica/${PN}/releases/download/v${PV}/${MY_PN}.zip -> ${P}.zip
	https://github.com/huertatipografica/${PN}/releases/download/v${PV}/${MY_PN}SC.zip -> ${PN}-sc-${PV}.zip
	"

S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="app-arch/unzip"

FONT_S=(
	"${S}/${FONT_PN}/static/otf"
	"${S}/${FONT_PN}SC/static/otf"
)
FONT_SUFFIX="otf"

font_src_install() {
	insinto ${FONTDIR}
	doins ${MY_PN}/static/otf/*.otf ${MY_PN}SC/static/otf/*.otf
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 2.005

Type File Size Source URLs
DIST piazzolla-2.005.zip 7513339 bytes https://github.com/huertatipografica/piazzolla/releases/download/v2.005/Piazzolla.zip
DIST piazzolla-sc-2.005.zip 5186258 bytes https://github.com/huertatipografica/piazzolla/releases/download/v2.005/PiazzollaSC.zip