Files
ports/core/libssh2/spkgbuild
2019-06-21 22:45:37 +08:00

16 lines
352 B
Plaintext

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