media-fonts/linja-wawa - 1.21 (guru)

Search

Install

Install this version:

emerge -a =media-fonts/linja-wawa-1.21

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/linja-wawa-1.21

Or alternatively:

emerge --autounmask-write -a =media-fonts/linja-wawa-1.21

Package Information

Description:
Font for sitelen pona, a script for toki pona
Homepage:
https://github.com/janMelon/linjawawa
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.21 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="${PN/-/}"
FONT_PN="${MY_PN}"
FONT_SUFFIX="otf ttf"
inherit font

COMMIT="52737d952f91eb046ecfef27d4245fa81d7c141f"
DESCRIPTION="Font for sitelen pona, a script for toki pona"
HOMEPAGE="https://github.com/janMelon/linjawawa"
SRC_URI="https://github.com/janMelon/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DOCS=( README.md misc )

src_unpack() {
	default

	# make fonts discoverable for font_src_install
	cd "${S}"
	for suffix in ${FONT_SUFFIX}; do
		cp "font-files/${MY_PN}${PV}.${suffix}" . || die
	done
}

Inherited Eclasses

Manifest for 1.21

Type File Size Source URLs
DIST linja-wawa-1.21.tar.gz 1052935 bytes https://github.com/janMelon/linjawawa/archive/52737d952f91eb046ecfef27d4245fa81d7c141f.tar.gz