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

34 lines
611 B
Bash
Raw Normal View History

2015-10-02 16:58:12 +02:00
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
2011-01-07 17:41:28 +01:00
# $Id$
2015-10-02 16:05:35 +02:00
EAPI="5"
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-02 15:31:03 +02:00
LICENSE="public-domain"
2011-01-07 17:41:28 +01:00
SLOT="0"
KEYWORDS="~x86 ~amd64"
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
}
#src_unpack() {
# unzip $A
#}