libssh2 1.8.0-1

This commit is contained in:
emmett1
2018-10-06 16:56:39 +08:00
parent 29ae662160
commit 7e4e58b78e

15
core/libssh2/spkgbuild Normal file
View File

@@ -0,0 +1,15 @@
# description : Client-side C library implementing the SSH2 protocol
# depends : libgcrypt openssh
name=libssh2
version=1.8.0
release=1
source=(https://www.libssh2.org/download/$name-$version.tar.gz)
md5sum=(3d1147cae66e2959ea5441b183de1b1c)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}