1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-02 20:04:17 +01:00
Files
gryf-overlay/media-fonts/hack-nerdfont/hack-nerdfont-2.3.3.ebuild
2023-11-01 10:19:26 +01:00

20 lines
436 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="A free and open-source typeface for developers"
HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"
SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/Hack.zip -> ${P}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
FONT_SUFFIX="ttf"