27 lines
661 B
Bash
27 lines
661 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=8
|
|
inherit font
|
|
|
|
DESCRIPTION="A typographic palette for vibrant code"
|
|
HOMEPAGE="https://www.recursive.design/"
|
|
DIR="ArrowType-Recursive-${PV}"
|
|
SRC_URI="https://github.com/arrowtype/recursive/releases/download/v${PV}/ArrowType-Recursive-${PV}.zip"
|
|
|
|
LICENSE="CC-SA 4.0"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos"
|
|
IUSE=""
|
|
|
|
DEPEND="app-arch/unzip"
|
|
RESTRICT="binchecks strip"
|
|
|
|
S="${WORKDIR}/${DIR}/Recursive_Code"
|
|
|
|
FONT_S=( "${S}/RecMonoCasual" "${S}/RecMonoDuotone" "${S}/RecMonoLinear" "${S}/RecMonoSemicasual" )
|
|
FONT_SUFFIX="ttf"
|
|
|
|
|