You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/powerline-symbols/powerline-symbols-20170508....

22 lines
543 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="OpenType Unicode font with symbols for Powerline/Airline"
HOMEPAGE="https://github.com/powerline/powerline"
SRC_URI="https://dev.gentoo.org/~johu/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_CONF=( 10-powerline-symbols.conf )
FONT_SUFFIX="otf"
DOCS=( README.rst )