26 lines
720 B
Bash
26 lines
720 B
Bash
|
# Template file for 'doctest'
|
||
|
pkgname=doctest
|
||
|
version=2.4.1
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
short_desc="Doctest C++ testing framework"
|
||
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/onqtam/doctest/blob/master/doc/markdown/readme.md#reference"
|
||
|
changelog="https://raw.githubusercontent.com/onqtam/doctest/master/CHANGELOG.md"
|
||
|
distfiles="https://github.com/onqtam/doctest/archive/${version}.tar.gz"
|
||
|
checksum=0a0f0be21ee23e36ff6b8b9d63c06a7792e04cce342e1df3dee0e40d1e21b9f0
|
||
|
|
||
|
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
|
||
|
}
|
||
|
}
|