2021-03-27 23:00:24 +01:00
|
|
|
# Copyright 1999-2021 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
|
|
|
|
2021-03-27 23:00:24 +01:00
|
|
|
EAPI="7"
|
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"
|
2021-03-27 23:00:24 +01:00
|
|
|
HOMEPAGE="https://fontzone.net/font-download/andalus"
|
|
|
|
SRC_URI="https://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:"
|
2021-03-27 23:00:24 +01:00
|
|
|
einfo "https://fontzone.net/font-download/andalus"
|
|
|
|
einfo "and save it as '/usr/portage/distfiles/andlso.ttf'."
|
2011-01-07 17:41:28 +01:00
|
|
|
}
|