app-misc/tmate-ssh-server: new package, add 2.3.0
This commit is contained in:
parent
bb3e2e8c6b
commit
e7306cd3b9
1
app-misc/tmate-ssh-server/Manifest
Normal file
1
app-misc/tmate-ssh-server/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST 2.3.0.tar.gz 620648 BLAKE2B 67021fb094c0dc637cc11fac42afd6bbe448f46bdba384dfb5793d2585ae8d15a656d88c26fcceb33f42d548995891563836821b9ec23b410fc10e804d1a54ea SHA512 c8718a39af4bcd8569e6b2f1dd709375ccf9e7c307b66f6ccb3710802c67669201ae44c87d338056104438a11d77d02a91e1c3c544c14b67d2d2ed695ff8eacc
|
28
app-misc/tmate-ssh-server/tmate-ssh-server-2.3.0.ebuild
Normal file
28
app-misc/tmate-ssh-server/tmate-ssh-server-2.3.0.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="tmate SSH server"
|
||||
HOMEPAGE="https://github.com/tmate-io/tmate-ssh-server"
|
||||
SRC_URI="https://github.com/tmate-io/${PN}/archive/refs/tags/${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libevent
|
||||
dev-libs/msgpack
|
||||
net-libs/libssh[server]
|
||||
sys-libs/ncurses
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
Loading…
Reference in a new issue