media-fonts/pecita - 5.4 (xdch47)

Search

Install

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

Package Information

Description:
A typeface that mimics handwriting
Homepage:
http://pecita.eu
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
5.4 7 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

media-libs/fontconfig

RDEPEND

media-libs/fontconfig

Manifest for 5.4

Type File Size Source URLs
DIST pecita.otf 863636 bytes http://pecita.eu/b/Pecita.otf