mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
33 lines
956 B
Bash
33 lines
956 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="Dustismo's decorative font collection"
|
|
HOMEPAGE="http://www.dustismo.com/site/fonts.html"
|
|
SRC_URI="
|
|
http://www.dustismo.com/fonts/Domestic_Manners.zip
|
|
http://www.dustismo.com/fonts/PenguinAttack.zip
|
|
http://www.dustismo.com/fonts/Dustismo.zip
|
|
http://www.dustismo.com/fonts/El_Abogado_Loco.zip
|
|
http://www.dustismo.com/fonts/Progenisis.zip
|
|
http://www.dustismo.com/fonts/flatline.zip
|
|
http://www.dustismo.com/fonts/MarkedFool.zip
|
|
http://www.dustismo.com/fonts/ItWasntMe.zip
|
|
http://www.dustismo.com/fonts/balker.zip
|
|
http://www.dustismo.com/fonts/Swift.zip
|
|
http://www.dustismo.com/fonts/Wargames.zip
|
|
http://www.dustismo.com/fonts/Winks.zip"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm ~hppa ~loong ~ppc ~riscv ~s390 sparc x86"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="ttf"
|