summaryrefslogtreecommitdiff
path: root/sys-auth/ssh-agent-mux/ssh-agent-mux-0.1.6.ebuild
blob: 86a19b8695dcba6f794a0d553d6f45b131dcadd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CREATES=" "
inherit cargo systemd

DESCRIPTION="Combines multiple agents' keys into a single agent"
HOMEPAGE="https://github.com/overhacked/ssh-agent-mux"
SRC_URI="https://github.com/overhacked/ssh-agent-mux/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz"

LICENSE="|| ( Apache-2.0 BSD )"
SLOT="0"
KEYWORDS="~amd64"

src_unpack() {
	cargo_src_unpack
	mkdir "${S}"/vendor || die
	ln -s "${WORKDIR}/vendor/"* "${CARGO_HOME}/gentoo/" || die
}