Diff simpleswitcher-20191008 with a simpleswitcher-99999999

/usr/portage/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild 2023-10-09 14:52:35.948368513 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
inherit toolchain-funcs
6
inherit git-r3 toolchain-funcs
7 7

  
8
SSHASH="7230421aa2e3364e3b4620f1ea3760f8f810b1a5"
9 8
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
10 9
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
11
SRC_URI="https://github.com/seanpringle/simpleswitcher/archive/${SSHASH}.tar.gz -> ${P}-${SSHASH}.tar.gz"
12
S="${WORKDIR}/${PN}-${SSHASH}"
10
EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher"
13 11

  
14 12
LICENSE="MIT"
15 13
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
17 14

  
18 15
BDEPEND="virtual/pkgconfig"
19 16
RDEPEND="
Thank you!