Diff acme-sh-3.0.6 with a acme-sh-9999

/usr/portage/app-crypt/acme-sh/acme-sh-9999.ebuild 2023-10-09 14:52:28.224368318 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
MY_PN="${PN/-/.}"
7
MY_P="${MY_PN}-${PV}"
8

  
9
inherit optfeature
6
inherit git-r3 optfeature
10 7

  
11 8
DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
12 9
HOMEPAGE="https://github.com/acmesh-official/acme.sh"
13
SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.tar.gz"
14
S="${WORKDIR}/${MY_P}"
10
EGIT_REPO_URI="https://github.com/acmesh-official/${PN/-/.}.git"
15 11

  
16 12
LICENSE="GPL-3"
17 13
SLOT="0"
18
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
14
KEYWORDS=""
19 15

  
20 16
IUSE="selinux"
21 17

  
Thank you!