contrib/libssh/Pkgfile
2016-02-24 23:09:11 +01:00

19 lines
408 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.3
release=1
source=(https://red.libssh.org/attachments/download/195/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
}