media-fonts/tewi-font - 2.0.2 (4nykey)

Search

Package Information

Description:
A small bitmap font
Homepage:
https://github.com/lucy/tewi-font
License:
MIT

Ebuild Details

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

EAPI=7

if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/lucy/${PN}.git"
else
	inherit vcs-snapshot
	MY_PV="ab7b3cb"
	[[ -n ${PV%%*_p*} ]] && MY_PV="${PV}"
	SRC_URI="
		mirror://githubcl/lucy/${PN}/tar.gz/${MY_PV} -> ${P}.tar.gz
	"
	KEYWORDS="~amd64 ~x86"
	RESTRICT="primaryuri"
fi
FONT_SUFFIX="pcf.gz"
FONT_S=( out )
inherit font-r1

DESCRIPTION="A small bitmap font"
HOMEPAGE="https://github.com/lucy/${PN}"

LICENSE="MIT"
SLOT="0"
IUSE=""

RDEPEND=""
DEPEND="
	x11-apps/bdftopcf
	>dev-lang/python-3
"

Applicable Mirrors

Mirror Name URLs
githubcl

Dependencies

DEPEND

	x11-apps/bdftopcf
	>dev-lang/python-3

Manifest for 2.0.2

Type File Size Source URLs
DIST tewi-font-2.0.2.tar.gz 65345 bytes mirror://githubcl/lucy/tewi-font/tar.gz/ab7b3cb