Search Criteria
Package Details: scrt 8.7.3-1
Git Clone URL: | https://aur.archlinux.org/scrt.git (read-only, click to copy) |
---|---|
Package Base: | scrt |
Description: | Vandyke SecureCRT SSH Client |
Upstream URL: | http://www.vandyke.com/products/securecrt/ |
Keywords: | sftp ssh |
Licenses: | |
Submitter: | raymii |
Maintainer: | caldog20 |
Last Packager: | caldog20 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-05 18:45 |
Last Updated: | 2020-10-14 01:33 |
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
gbcbooks commented on 2020-06-15 15:53
well , i did the following: 1. edit icu65 PKGBUILD, and remove clang , install it 2. edit icu63 PKGBUILD, and remove clang , install it 3. install scrt-8.7.2 all done.
problem: can not activate fcitx input
gbcbooks commented on 2020-06-15 15:30
can install icu63 from aur , icu63 depends on clang , but which clang version ?
caldog20 commented on 2020-06-05 23:40
The PKGBUILD is now updated for the latest version of SecureCRT. Please download "scrt-8.7.2.2214.ubuntu19-64.tar.gz" from Vandyke's website and place it in the same folder as the PKGBUILD. icu63 is a required dependency that will need to be installed from the AUR prior to running this PKGBUILD. Please let me know if there are any issues.
waranty92 commented on 2018-12-19 19:14
how can I become Maintainer and keep package up to date ?
sonartica commented on 2018-02-08 11:57
Hello.
Gonna post here the PKGBUILD i've modified for the latest version. x64 only.
Maintainer : Remy van Elst
https://raymii.org
You need to download the files yourself from the VanDyke website and place the
m in the folder.
pkgname=scrt pkgver=8.3.1 incrver=1537 pkgrel=1 pkgdesc="Vandyke SecureCRT SSH Client" arch=('x86_64') url="http://www.vandyke.com/products/securecrt/" license=('custom')
depends=('openssl' 'glibc' 'qt4')
source_x86_64=("${pkgname}-${pkgver}.${incrver}.ubuntu16-64.tar.gz") md5sums_x86_64=('3503749f163ef8bc82e560d326495a27') options=('!strip')
package() { cd "${srcdir}"/${pkgname}-${pkgver}
ecrt/run.sh" echo 'exec /usr/lib/securecrt/
basename "$0"
"$@"' >> "${pkgdir}/usr/lib/securecrt/run.sh" chmod +x "${pkgdir}/usr/lib/securecrt/run.sh" mkdir -p "$pkgdir/usr/bin/" ln -s /usr/lib/securecrt/run.sh "$pkgdir/usr/bin/SecureCRT"}
xttapolatakettle commented on 2017-12-01 04:02
I was able to use this existing PXGBUILD to install the latest 8.3.0. FYI, libpng12 is now a dependency that is required to run the new version.
waranty92 commented on 2017-11-20 10:18
Dear raymii Please update this package. actual version at this moment is SecureCRT 8.3
yurividal commented on 2017-08-09 13:52
Finnaly got it to work. I downloaded libssl1.0.0_1.0.1-4ubuntu5.39_amd64.deb from http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1-4ubuntu5.39_amd64.deb
then i extracted the data archive into my / (2 folders lib and usr).
After extracting these 2, i downloaded the archive for SecureCRT and ir now runs!
yurividal commented on 2017-08-03 17:49
does not work after latest update. How can i Fix this?
nabz0r commented on 2017-07-09 17:13
The libopenssl-1.0-compalibopenssl-1.0-compat is no longer available, and the workaround doesn't work anymore. Could you please update this? :)