gnu: et: Deprecate package.

* gnu/packages/terminals.scm (et): Deprecate in favor of
eternalterminal.
This commit is contained in:
Brett Gilio 2020-11-25 08:28:53 -06:00
parent 435739ff48
commit e16fbddf2b
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -1082,34 +1082,7 @@ (define-public eternalterminal
(license license:asl2.0)))
(define-public et
(package
(name "et")
(version "3.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/MisterTea/EternalTCP")
(commit (string-append "et-v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs `(("glog" ,glog)
("gflags" ,gflags)
("libsodium" ,libsodium)
("protobuf" ,protobuf)))
(synopsis "Remote shell that automatically reconnects")
(description
"Eternal Terminal (ET) is a remote shell that automatically reconnects
without interrupting the session. Unlike SSH sessions, ET sessions will
survive even network outages and IP changes. ET uses a custom protocol over
TCP, not the SSH protocol.")
(home-page "https://eternalterminal.dev/")
(license license:asl2.0)))
(deprecated-package "et" eternalterminal))
(define-public wterm
(package