Install this version:
emerge -a =media-fonts/pecita-5.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/pecita-5.4
Or alternatively:
emerge --autounmask-write -a =media-fonts/pecita-5.4
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A typeface that mimics handwriting"
HOMEPAGE="http://pecita.eu"
SRC_URI="http://pecita.eu/b/Pecita.otf -> ${PN}.otf"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/fontconfig"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
src_unpack() {
cp "${DISTDIR}/${PN}.otf" "$S"
}
src_install() {
insinto /usr/share/fonts/OTF
doins ${PN}.otf
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pecita.otf | 863636 bytes | http://pecita.eu/b/Pecita.otf |