libssh: enable testing with cmocka.
This commit is contained in:
parent
a8d5fea6b4
commit
8e7df6870d
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'libssh'
|
||||
pkgname=libssh
|
||||
version=0.7.5
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_TESTING=ON"
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.libssh.org/"
|
||||
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.libssh.org/"
|
||||
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=ff914e2ec6596badec453efaa63ef68c82c60074466f951167a4c60e49903336
|
||||
|
||||
libssh-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue