Take a shot in the dark
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
commit
af9c3865e4
5 changed files with 51 additions and 0 deletions
3
metadata/layout.conf
Normal file
3
metadata/layout.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
masters = gentoo guru
|
||||
sign-commits = false
|
||||
sign-manifests = false
|
1
net-misc/sshs/Manifest
Normal file
1
net-misc/sshs/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD sshs-9999.ebuild 569 BLAKE2B 5680bcf6a2f006815847cad3b9152b2769d52057bdb3b01d510e73e67875b9b52d95bbcbbb21e208e94d40ac4ad24c56e4300188576d068d890ae13d274229aa SHA512 9eebb6f993ac5704bad8d26c0ac37462d9b6350ce9e828c3dc33279afdcd8dffed641c724d4fa4763625e4a8195da71389b2b1590b8c764e35ae29a5ca804cb5
|
31
net-misc/sshs/sshs-9999.ebuild
Normal file
31
net-misc/sshs/sshs-9999.ebuild
Normal file
|
@ -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}
|
||||
}
|
1
profiles/repo_name
Normal file
1
profiles/repo_name
Normal file
|
@ -0,0 +1 @@
|
|||
sammefishe
|
15
repositories.xml
Normal file
15
repositories.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE repositories SYSTEM "https://www.gentoo.org/dtd/repositories.dtd">
|
||||
<repositories xmlns="" version="1.0">
|
||||
<repo quality="experimental" status="unofficial">
|
||||
<name>sammefishe</name>
|
||||
<description lang="en">Personal Gentoo overlay<description>
|
||||
<homepage>https://git.froth.zone/sam/portage</homepage>
|
||||
<owner type="person">
|
||||
<email>sam@samtherapy.net</email>
|
||||
<name>Sam Therapy</name>
|
||||
</owner>
|
||||
<source type="git">https://git.froth.zone/sam/portage.git</source>
|
||||
<feed>https://git.froth.zone/sam/portage.rss</feed>
|
||||
</repo>
|
||||
</repositories>
|
Loading…
Reference in a new issue