bcunit: update to 5.2.0.

This commit is contained in:
John 2023-01-06 19:07:42 +01:00 committed by John Zimmermann
parent e9642cf178
commit 14cef36534
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bcunit'
pkgname=bcunit
version=3.0.2
revision=2
version=5.2.0
revision=1
build_style=cmake
configure_args="-DENABLE_DOC=ON"
short_desc="Lightweight unit tests in C"
@ -9,14 +9,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/BelledonneCommunications/bcunit"
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f
checksum=67b9186c42bd91d076b33063a33837dbb11a753eb35ad7ed8db8d65cdf88ef83
bcunit-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share
}