gentoo-overlay/media-fonts/snowflake-letters/snowflake-letters-1-r2.ebuild
Manuel Friedli b6dd1acde5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
media-fonts/snowflake-letters: Fix the ebuild (EAPI=7).
Also, change download source.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
2021-03-27 23:01:47 +01:00

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)."
}