media-fonts/evolventa - 1.0 (4nykey)

Search

Package Information

Description:
An open source geometric sans-serif font based on URW Gothic L
Homepage:
https://evolventa.github.io
License:
|| ( GPL-2 LPPL-1.3c )

Ebuild Details

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

EAPI=8

MY_FONT_TYPES=( otf +ttf )
if [[ -z ${PV%%*9999} ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
else
	MY_PV="affe57d"
	[[ -n ${PV%%*_p*} ]] && MY_PV="${PV}"
	SRC_URI="
		mirror://githubcl/${PN}/${PN}/tar.gz/${MY_PV} -> ${P}.tar.gz
	"
	RESTRICT="primaryuri"
	KEYWORDS="~amd64 ~x86"
	S="${WORKDIR}/${PN}-${MY_PV}"
fi
inherit font-r1

DESCRIPTION="An open source geometric sans-serif font based on URW Gothic L"
HOMEPAGE="https://evolventa.github.io"

LICENSE="|| ( GPL-2 LPPL-1.3c )"
SLOT="0"
IUSE="+binary"

DEPEND="
	!binary? (
		media-gfx/fontforge
		font_types_ttf? ( media-gfx/ttfautohint )
	)
"
FONT_S=( otf ttf )
DOCS=(
README.md
doc/manual/manual.pdf
doc/coverage/Evolventa-{BoldOblique,Bold,Oblique,Regular}.pdf
)

src_compile() {
	use binary && return
	rm -f otf/*.otf ttf/*.ttf
	emake -C src ${FONT_SUFFIX}
}

USE Flags

binary
Default: Enabled (+)

Applicable Mirrors

Mirror Name URLs
githubcl

Dependencies

DEPEND

	!binary? (
		media-gfx/fontforge
		font_types_ttf? ( media-gfx/ttfautohint )
	)

Manifest for 1.0

Type File Size Source URLs
DIST evolventa-1.0.tar.gz 3009304 bytes mirror://githubcl/evolventa/evolventa/tar.gz/${MY_PV}