dev-hare/hare-ssh: add 0_pre20230623

Fixes missing keyworded lib for 49064acd96

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2023-07-26 10:09:51 +02:00
parent a0e9422597
commit e45697264e
3 changed files with 46 additions and 5 deletions

View File

@@ -1,17 +1,27 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
if [[ "${PV}" = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-ssh"
SLOT="0"
else
EGIT_COMMIT="9fe392eb4478dc26680c8c5c42deb87d192447db"
MY_P="${PN}-${EGIT_COMMIT}"
SRC_URI="https://git.sr.ht/~sircmpwn/hare-ssh/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~riscv"
fi
DESCRIPTION="SSH library for Hare"
HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-ssh"
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-ssh"
LICENSE="MPL-2.0"
SLOT="0"
RDEPEND="dev-lang/hare"
RDEPEND="<=dev-lang/hare-0_pre20220922"
DEPEND="${DEPEND}"
src_prepare() {