mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
libssh2 1.8.0-1
This commit is contained in:
15
core/libssh2/spkgbuild
Normal file
15
core/libssh2/spkgbuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user