Files
ports/main/libssh2/spkgbuild
2023-06-02 06:11:19 +00:00

15 lines
311 B
Plaintext

# description : Client-side C library implementing the SSH2 protocol
# depends : libgcrypt openssh
name=libssh2
version=1.11.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
}