contrib/libssh/Pkgfile
2017-05-08 01:05:08 +02:00

19 lines
410 B
Plaintext

# Description: ssh library
# URL: http://libssh.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: cmake
name=libssh
version=0.7.5
release=1
source=(https://red.libssh.org/attachments/download/218/libssh-${version}.tar.xz)
build() {
cd $name-$version
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make DESTDIR=$PKG install
}