# Description: A library implementing the SSH2 protocol as defined by Internet Drafts # URL: https://www.libssh2.org/ # Maintainer: Tim Biermann, tbier at posteo dot de name=libssh2 version=1.10.0 release=2 source=(https://www.libssh2.org/download/$name-$version.tar.gz libssh2-1.10.0-upstream_fix-1.patch) build() { cd $name-$version patch -Np1 -i $SRC/libssh2-1.10.0-upstream_fix-1.patch ./configure --prefix=/usr \ --disable-static make make DESTDIR=$PKG install }