commit af9c3865e45d83144b26f915f30b13aed5d47524 Author: Sam Therapy Date: Wed Feb 15 17:51:11 2023 +0100 Take a shot in the dark Signed-off-by: Sam Therapy diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..b277dbd --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,3 @@ +masters = gentoo guru +sign-commits = false +sign-manifests = false diff --git a/net-misc/sshs/Manifest b/net-misc/sshs/Manifest new file mode 100644 index 0000000..09c9cdc --- /dev/null +++ b/net-misc/sshs/Manifest @@ -0,0 +1 @@ +EBUILD sshs-9999.ebuild 569 BLAKE2B 5680bcf6a2f006815847cad3b9152b2769d52057bdb3b01d510e73e67875b9b52d95bbcbbb21e208e94d40ac4ad24c56e4300188576d068d890ae13d274229aa SHA512 9eebb6f993ac5704bad8d26c0ac37462d9b6350ce9e828c3dc33279afdcd8dffed641c724d4fa4763625e4a8195da71389b2b1590b8c764e35ae29a5ca804cb5 diff --git a/net-misc/sshs/sshs-9999.ebuild b/net-misc/sshs/sshs-9999.ebuild new file mode 100644 index 0000000..b57c7a6 --- /dev/null +++ b/net-misc/sshs/sshs-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 go-module + +DESCRIPTION="TUI for SSH" +HOMEPAGE="https://github.com/quantumsheep/sshs" + +EGIT_REPO_URI="https://github.com/quantumsheep/sshs.git" + +RESTRICT="network-sandbox strip" +LICENSE="MIT" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~arm64 ~x86" + +src_unpack() { + default + git-r3_src_unpack + go-module_live_vendor +} + +src_compile() { + go build -o ./${PN} -ldflags="-w -s -X cmd.Version=$(git-r3_peek_remote_ref)" . +} + +src_install() { + dobin ./${PN} +} diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..4a29812 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +sammefishe diff --git a/repositories.xml b/repositories.xml new file mode 100644 index 0000000..0ce85ab --- /dev/null +++ b/repositories.xml @@ -0,0 +1,15 @@ + + + + + sammefishe + Personal Gentoo overlay + https://git.froth.zone/sam/portage + + sam@samtherapy.net + Sam Therapy + + https://git.froth.zone/sam/portage.git + https://git.froth.zone/sam/portage.rss + +