Files
ports/core/libssh2/spkgbuild
2020-04-13 14:53:21 +08:00

15 lines
310 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"
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}