30 lines
720 B
Bash
30 lines
720 B
Bash
|
# Copyright 1999-2021 Gentoo Authors
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
EAPI="7"
|
||
|
|
||
|
inherit font
|
||
|
|
||
|
MY_PN="snowflake-letters"
|
||
|
MY_P="${MY_PN}"
|
||
|
S="${WORKDIR}"
|
||
|
DESCRIPTION="Andalus Truetype Font"
|
||
|
HOMEPAGE="https://fontzone.net/font-details/snowflake-letters"
|
||
|
SRC_URI="https://fontzone.net/downloadfile/snowflake-letters -> SnowflakeLetters.ttf"
|
||
|
LICENSE="all-rights-reserved"
|
||
|
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
|
RESTRICT="fetch"
|
||
|
IUSE=""
|
||
|
|
||
|
FONT_SUFFIX="ttf"
|
||
|
FONT_S="${S}"
|
||
|
RDEPEND=""
|
||
|
|
||
|
pkg_nofetch() {
|
||
|
einfo "Please download ${MY_P} from here:"
|
||
|
einfo "https://fontzone.net/font-details/snowflake-letters"
|
||
|
einfo "and save it as '/usr/portage/distfiles/SnowflakeLetters.ttf' (without white space)."
|
||
|
}
|