Package Details: scrt 9.5.2-0

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: custom
Submitter: raymii
Maintainer: kazaii
Last Packager: kazaii
Votes: 12
Popularity: 0.000462
First Submitted: 2015-12-05 18:45 (UTC)
Last Updated: 2024-05-08 21:10 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

gbcbooks commented on 2020-06-15 15:30 (UTC)

can install icu63 from aur , icu63 depends on clang , but which clang version ?

caldog20 commented on 2020-06-05 23:40 (UTC) (edited on 2020-06-05 23:46 (UTC) by caldog20)

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 (UTC)

how can I become Maintainer and keep package up to date ?

sonartica commented on 2018-02-08 11:57 (UTC)

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}

install -Dm 755 ./SecureCRT ${pkgdir}/usr/lib/securecrt/SecureCRT

echo '#!/bin/sh' > "${pkgdir}/usr/lib/securecrt/run.sh"
echo '[[ -z "$LD_LIBRARY_PATH" ]] && export LD_LIBRARY_PATH=/usr/lib/securecrt || export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/securecrt' >> "${pkgdir}/usr/lib/secur

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"

install -Dm 644 ./SecureCRT.desktop ${pkgdir}/usr/share/applications/SecureCRT.desktop
install -Dm 644 ./securecrt_64.png ${pkgdir}/usr/share/vandyke/data/securecrt_64.png

install -Dm 644 ./SecureCRT_HISTORY.txt ${pkgdir}/usr/share/doc/securecrt/SecureCRT_HISTORY.txt
install -Dm 644 ./SecureCRT_README.txt ${pkgdir}/usr/share/doc/securecrt/SecureCRT_README.txt
install -Dm 644 ./SecureCRT_EULA.txt ${pkgdir}/usr/share/doc/securecrt/SecureCRT_EULA.txt 
cp -r ./SecureCRTHelp ${pkgdir}/usr/share/doc/securecrt/

install -Dm 644 ./changelog.Debian.gz ${pkgdir}/usr/share/doc/securecrt/changelog.Debian.gz

}

xttapolatakettle commented on 2017-12-01 04:02 (UTC)

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 (UTC)

Dear raymii Please update this package. actual version at this moment is SecureCRT 8.3

yurividal commented on 2017-08-09 13:52 (UTC)

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 (UTC)

does not work after latest update. How can i Fix this?

nabz0r commented on 2017-07-09 17:13 (UTC)

The libopenssl-1.0-compalibopenssl-1.0-compat is no longer available, and the workaround doesn't work anymore. Could you please update this? :)