mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/hercules-sdl-telnet: add 4.8.0
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Part-of: https://github.com/gentoo/gentoo/pull/41335 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST hercules-sdl-telnet-384b2542dfc9af67ca078e2bc13487a8fc234a3f.tar.gz 67296 BLAKE2B 538b04b44f3370ead6d15a020d213ee5f471caf9bb16f61c07e3152411227f63ccad28b6f745b7b55d696f8bef46b7eb88569d7cd1eb6686632ee5fe86951842 SHA512 3f576c4fc9fb2462db3a804c89f342df24e20a060c87f92485c85350397819ec3b92bf4cff0cd00d52d40c3af1d5f3b009184563047182b2b09411d3ee5016e9
|
||||
DIST telnet-729f0b688c1426018112c1e509f207fb5f266efa.tar.gz 67277 BLAKE2B 720b292adbe6c1273221d57f74018c08c529b5766dbe623f04af5b14ec3fa9c56f749395aa0f365da97b90a08549e378afbbd3634e4e11cd0418fa0f80d85a9c SHA512 e44df68cfba85b4f2e235c6b830cf89a10d66c635cfec933843c1695bdac33bf307b2e66c965a8b853723c2fd02419c40f80bcf6098be98f01472d9c3cebf1dd
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
# Use ../hercules-sdl/files/gen_hashes.sh to identify the relevant
|
||||
# commit when tagging new versions.
|
||||
COMMIT="384b2542dfc9af67ca078e2bc13487a8fc234a3f"
|
||||
|
||||
DESCRIPTION="Simple RFC-complient TELNET implementation"
|
||||
HOMEPAGE="https://github.com/SDL-Hercules-390/telnet"
|
||||
SRC_URI="https://github.com/SDL-Hercules-390/telnet/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/telnet-${COMMIT}"
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
PATCHES=( "${FILESDIR}/cmakefix.patch" )
|
||||
Reference in New Issue
Block a user