Diff figlet-2.2.5-r1 with a figlet-9999

/usr/portage/app-misc/figlet/figlet-9999.ebuild 2023-10-09 14:52:28.796368333 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5

  
6
inherit bash-completion-r1 toolchain-funcs
5
inherit bash-completion-r1 git-r3 toolchain-funcs
7 6

  
8 7
DESCRIPTION="program for making large letters out of ordinary text"
9 8
HOMEPAGE="http://www.figlet.org/"
10
SRC_URI="ftp://ftp.figlet.org/pub/figlet/program/unix/${P}.tar.gz"
9
EGIT_REPO_URI="https://github.com/cmatsuoka/figlet"
11 10

  
12 11
LICENSE="BSD"
13 12
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
15

  
16
PATCHES=( "${FILESDIR}"/${P}-musl.patch )
13
KEYWORDS=""
17 14

  
18 15
src_compile() {
19 16
	emake clean
Thank you!