void-packages/srcpkgs/check/template
2019-12-01 12:17:14 +01:00

26 lines
757 B
Bash

# Template file for 'check'
pkgname=check
version=0.13.0
revision=1
build_style=gnu-configure
short_desc="Unit Testing Framework for C"
maintainer="Jan S. <jan.schreib@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://libcheck.github.io/check/"
distfiles="https://github.com/libcheck/check/releases/download/${version}/check-${version}.tar.gz"
checksum=c4336b31447acc7e3266854f73ec188cdb15554d0edd44739631da174a569909
check-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/share/aclocal
}
}
# REMARKS:
# We want the prepared archive so we don't need texlive in hostmakedepends