gentoo-ebuilds/media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild
Sam James 91448bc65e
media-fonts/powerline-symbols: Keyword 20170508 arm64, #937303
Signed-off-by: Sam James <sam@gentoo.org>
2024-08-30 18:09:25 +01:00

21 lines
547 B
Bash

# Copyright 1999-2024 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"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
IUSE=""
FONT_CONF=( 10-powerline-symbols.conf )
FONT_SUFFIX="otf"
DOCS=( README.rst )