2021-07-07 18:20:27 +02:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2020-03-13 00:17:46 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
2020-10-23 16:40:04 +02:00
|
|
|
inherit font font-ebdftopcf
|
2020-03-13 00:17:46 +01:00
|
|
|
|
|
|
|
DESCRIPTION="Monospaced bitmap font"
|
|
|
|
HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/"
|
|
|
|
|
|
|
|
if [[ "${PV}" == *9999* ]]; then
|
|
|
|
inherit git-r3
|
2020-05-06 17:56:27 +02:00
|
|
|
EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
|
2020-03-13 00:17:46 +01:00
|
|
|
else
|
|
|
|
SRC_URI="https://github.com/fcambus/${PN}/archive/1.7.0.tar.gz -> ${P}.tar.gz"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
fi
|
|
|
|
|
|
|
|
RESTRICT="mirror"
|
|
|
|
LICENSE="BSD-2"
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
DOCS=(
|
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
|
|
|
README.md
|
|
|
|
)
|