Search Criteria
Package Details: sshs 3.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sshs.git (read-only, click to copy) |
---|---|
Package Base: | sshs |
Description: | Terminal user interface for SSH |
Upstream URL: | https://github.com/quantumsheep/sshs |
Keywords: | cli ssh terminal tui |
Licenses: | MIT |
Submitter: | quantumsheep |
Maintainer: | mchal |
Last Packager: | mchal |
Votes: | 16 |
Popularity: | 1.48 |
First Submitted: | 2022-02-06 17:17 (UTC) |
Last Updated: | 2022-11-07 17:17 (UTC) |
Dependencies (2)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
quantumsheep commented on 2022-07-21 20:15 (UTC)
Thanks @benjarobin!
benjarobin commented on 2022-07-21 18:14 (UTC) (edited on 2022-07-21 18:16 (UTC) by benjarobin)
Here a fixed version of the PKGBUILD (highly inspired from yay-git package)
This fix a lot of problems :
benjarobin commented on 2022-07-21 17:50 (UTC) (edited on 2022-07-21 18:22 (UTC) by benjarobin)
The sha256sum is invalid. The right one is 07992229eab5d97be4fac44a21d3ad3c89ef7c7d15c8814ed579a054334f5e5f
waitnsea commented on 2022-06-14 02:28 (UTC)
==> Starting build()... go build -ldflags "-w -s -X 'github.com/quantumsheep/sshs/cmd.Version=2.1.2'" -o sshs$(if [ "${GOOS:-$(go env GOOS)}" == "windows" ]; then echo '.exe'; else echo ''; fi) go: could not create module cache: stat /usr/bin/go/bin/pkg/mod: not a directory make: *** [Makefile:12: build] Error 1 ==> ERROR: A failure occurred in build(). Aborting...