Files
dots-hyprland/sdata/dist-gentoo/local-pkgs/fonts-and-themes/gabarito-9999.ebuild
T
2025-11-07 01:27:45 -05:00

23 lines
396 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font git-r3
DESCRIPTION="Illogical Impulse Fonts and Theming Dependencies"
HOMEPAGE=""
EGIT_REPO_URI="https://github.com/naipefoundry/gabarito"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS=""
FONT_S="${S}/fonts/ttf"
FONT_SUFFIX="ttf"
src_install() {
font_src_install
dodoc OFL.txt
}