gentoo-overlay/media-fonts/andalus/andalus-1-r1.ebuild

29 lines
579 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit font
MY_PN="andalus"
MY_P="${MY_PN}"
S="${WORKDIR}"
DESCRIPTION="Andalus Truetype Font"
HOMEPAGE="http://fontzone.net/font-download/andalus"
SRC_URI="http://fontzone.net/downloadfile/andalus -> andlso.ttf"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~x86 ~amd64"
RESTRICT="fetch"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}"
RDEPEND=""
pkg_nofetch() {
einfo "Please download ${MY_P} from here:"
einfo "http://fontzone.net/font-download/andalus"
}