Search Criteria
Package Details: scanssh 2.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/scanssh.git (read-only, click to copy) |
---|---|
Package Base: | scanssh |
Description: | Fast SSH server and open proxy scanner. |
Upstream URL: | http://www.monkey.org/~provos/scanssh/ |
Licenses: | GPL |
Submitter: | r4um |
Maintainer: | codyps |
Last Packager: | codyps |
Votes: | 9 |
Popularity: | 0.048101 |
First Submitted: | 2007-03-11 11:00 (UTC) |
Last Updated: | 2018-01-28 16:00 (UTC) |
Dependencies (3)
- libdnet (libdnet-gitAUR)
- libevent (libevent-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
Latest Comments
Antany commented on 2018-01-27 15:57 (UTC)
After Install scanssh-2.1 package, can not find the binary file scanssh under directory /usr/bin and man.1 under dircectory /usr/share/man. PKGBUILD file should change.
build() { - cd $startdir/src/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 }
package() { - cd $startdir/src/$pkgname-$pkgver + cd ${srcdir}/$pkgname-$pkgver + install -d "${pkgdir}" /usr/bin - make DESTDIR=$startdir/pkg install + make DESTDIR="${pkgdir}" install }
crxxn commented on 2015-01-07 22:33 (UTC)