# Template file for 'doctest' pkgname=doctest version=2.4.4 revision=1 build_style=cmake short_desc="Doctest C++ testing framework" maintainer="mobinmob " license="MIT" homepage="https://github.com/onqtam/doctest" changelog="https://raw.githubusercontent.com/onqtam/doctest/master/CHANGELOG.md" distfiles="https://github.com/onqtam/doctest/archive/${version}.tar.gz" checksum=3bcb62ad316bf4230873a336fcc6eb6292116568a6e19ab8cdd37a1610773d70 post_install() { vlicense LICENSE.txt } doctest-devel_package() { depends="doctest-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake } }