libssh: enable testing with cmocka.

This commit is contained in:
maxice8 2018-05-15 19:02:25 -03:00
parent a8d5fea6b4
commit 8e7df6870d

View file

@ -1,15 +1,16 @@
# Template file for 'libssh' # Template file for 'libssh'
pkgname=libssh pkgname=libssh
version=0.7.5 version=0.7.5
revision=3 revision=4
build_style=cmake build_style=cmake
configure_args="-DWITH_TESTING=ON"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="zlib-devel libressl-devel" makedepends="zlib-devel libressl-devel cmocka-devel"
short_desc="Multiplatform C library implementing the SSH v2 protocol" short_desc="Multiplatform C library implementing the SSH v2 protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1" license="LGPL-2.1-or-later"
homepage="http://www.libssh.org/" homepage="https://www.libssh.org/"
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2" distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
checksum=ff914e2ec6596badec453efaa63ef68c82c60074466f951167a4c60e49903336 checksum=ff914e2ec6596badec453efaa63ef68c82c60074466f951167a4c60e49903336
libssh-devel_package() { libssh-devel_package() {