You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/anonymous-pro/anonymous-pro-1.002-r1.ebuild

24 lines
568 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit font
MY_PN="AnonymousPro"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Monospaced truetype font designed with coding in mind"
HOMEPAGE="https://www.marksimonson.com/fonts/view/anonymous-pro"
SRC_URI="https://www.marksimonson.com/assets/content/fonts/${MY_P}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos"
IUSE=""
DEPEND="app-arch/unzip"
RESTRICT="binchecks strip"
S="${WORKDIR}/${MY_P}.001"
FONT_S="${S}"
FONT_SUFFIX="ttf"