20 lines
501 B
Bash
20 lines
501 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="A set of improved Artwiz fonts with bold and full ISO-8859-1 support"
|
|
HOMEPAGE="http://artwiz-latin1.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/artwiz-latin1/${P}.tgz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT=0
|
|
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
|
|
|
|
S="${WORKDIR}/${PN}"
|
|
|
|
DOCS="README AUTHORS VERSION CHANGELOG"
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="pcf.gz"
|