gentoo-overlay/media-fonts/snowflake-letters/snowflake-letters-1-r1.ebuild

31 lines
667 B
Bash
Raw Normal View History

2018-02-16 00:00:19 +01:00
# Copyright 1999-2018 Gentoo Foundation
2015-10-02 16:58:12 +02:00
# Distributed under the terms of the GNU General Public License v2
2011-01-07 17:41:28 +01:00
EAPI="6"
2011-01-07 17:41:28 +01:00
inherit font
MY_PN="Snowflake-Letters"
MY_P="${MY_PN}"
S="${WORKDIR}"
DESCRIPTION="Snowflake Letters Truetype Font"
HOMEPAGE="http://www.fontstock.net/9746/Snowflake-Letters.html"
SRC_URI="http://www.fontstock.net/font/9746/Snowflake-Letters.zip"
2015-10-05 15:11:35 +02:00
LICENSE="all-rights-reserved"
2011-01-07 17:41:28 +01:00
SLOT="0"
KEYWORDS="~x86 ~amd64"
2015-10-02 16:07:05 +02:00
RESTRICT="fetch"
2011-01-07 17:41:28 +01:00
IUSE=""
DOCS="fonts101.txt"
FONT_SUFFIX="ttf"
FONT_S="${S}"
DEPEND="app-arch/unzip"
2015-10-02 14:13:30 +02:00
RDEPEND=""
2011-01-07 17:41:28 +01:00
pkg_nofetch() {
einfo "Please download ${MY_P} from here:"
einfo "http://www.fontstock.net/9746/Snowflake-Letters.html"
}