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

29 lines
576 B
Bash
Raw Normal View History

2019-05-03 03:17:21 +02:00
# Copyright 1999-2019 Gentoo Authors
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"
2015-10-02 16:05:35 +02:00
2011-01-07 17:41:28 +01:00
inherit font
MY_PN="andalus"
MY_P="${MY_PN}"
S="${WORKDIR}"
DESCRIPTION="Andalus Truetype Font"
2015-10-02 15:31:03 +02:00
HOMEPAGE="http://fontzone.net/font-download/andalus"
2015-10-02 16:05:35 +02:00
SRC_URI="http://fontzone.net/downloadfile/andalus -> andlso.ttf"
2015-10-05 15:11:35 +02:00
LICENSE="all-rights-reserved"
2011-01-07 17:41:28 +01:00
SLOT="0"
2019-05-03 03:17:21 +02:00
KEYWORDS="~amd64 ~x86"
2015-10-02 16:07:05 +02:00
RESTRICT="fetch"
2011-01-07 17:41:28 +01:00
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}"
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:"
2015-10-02 15:31:03 +02:00
einfo "http://fontzone.net/font-download/andalus"
2011-01-07 17:41:28 +01:00
}