# 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=1 source=(https://www.libssh2.org/download/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }