summaryrefslogtreecommitdiff
blob: 1de65cfba35a749f591fbf70520ab03ac11ac6a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit font

DESCRIPTION="OpenType Unicode font with symbols for Powerline/Airline"
HOMEPAGE="https://github.com/powerline/powerline"
SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
# We're redistributing just the (unversioned) font from the upstream repo here

LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

FONT_S="${S}"
FONT_SUFFIX="otf"
FONT_CONF=( 10-powerline-symbols.conf )
DOCS="README.rst"