Search Criteria
Package Details: scrt 9.5.2-0
Package Actions
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) |
Dependencies (20)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- icu70AUR
- krb5 (krb5-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
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}
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 (UTC)
waranty92 commented on 2017-11-20 10:18 (UTC)
yurividal commented on 2017-08-09 13:52 (UTC)
yurividal commented on 2017-08-03 17:49 (UTC)
nabz0r commented on 2017-07-09 17:13 (UTC)
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »