Search Criteria
Package Details: python-stormssh 0.7.0-2
Git Clone URL: | https://aur.archlinux.org/python-stormssh.git (read-only, click to copy) |
---|---|
Package Base: | python-stormssh |
Description: | Manage your SSH like a boss |
Upstream URL: | https://github.com/emre/storm |
Keywords: | cli connections manage ssh |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | jetm |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 8 |
Popularity: | 0.49 |
First Submitted: | 2015-10-28 22:30 |
Last Updated: | 2020-05-15 11:11 |
Latest Comments
jetm commented on 2017-11-10 14:54
@qwivan: Hi, this package will be updated until upstream release a new version. In https://github.com/emre/storm/releases the last version is 0.6.9 which match with the version in AUR.
Please submit an issue in github to release a new version and I will update the PKGBUILD. Thanks.
BTW: I have been using this package without issues. The library issue is not reproducible for me.
qwivan commented on 2017-11-10 14:41
@jetm Why not to update this package? This package is different from the upstream PKGBUILD in github.
jetm commented on 2017-03-25 00:36
@qwivan: the bash completion should be added to upstream and after a new storm version is released I will update this package.
Related to PKGBUILD in github, it seems it's unmaintained. On the same README page is pointing to this package.
qwivan commented on 2017-03-24 23:17
In AUR case:
install -Dm644 $srcdir/$_name-$pkgver/contrib/bash-completion/stormssh $pkgdir/usr/share/bash-completion/completions/storm
qwivan commented on 2017-03-24 22:47
install -Dm644 $srcdir/storm/contrib/bash-completion/stormssh $pkgdir/usr/share/bash-completion/completions/storm
qwivan commented on 2017-03-24 22:47
Why the PKGBUILD is difference from github?
https://github.com/emre/storm/blob/master/contrib/archlinux/PKGBUILD
The package name is python-storm is github and python-stormssh in AUR.
I just create a PR #145(https://github.com/emre/storm/pull/145) to add completion to Archlinux PKGBUILD, but it will not to update to AUR.