From 7e4e58b78ea20b671b99ff061297914d40605c06 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sat, 6 Oct 2018 16:56:39 +0800 Subject: [PATCH] libssh2 1.8.0-1 --- core/libssh2/spkgbuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 core/libssh2/spkgbuild diff --git a/core/libssh2/spkgbuild b/core/libssh2/spkgbuild new file mode 100644 index 000000000..d0ef26c03 --- /dev/null +++ b/core/libssh2/spkgbuild @@ -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 +}