mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# 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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue