New package: doctest-2.4.1.

This commit is contained in:
mobinmob 2020-11-17 16:54:48 +02:00 committed by Michael Aldridge
parent 754e08788b
commit d8913172c4
2 changed files with 26 additions and 0 deletions

1
srcpkgs/doctest-devel Symbolic link
View file

@ -0,0 +1 @@
doctest

25
srcpkgs/doctest/template Normal file
View file

@ -0,0 +1,25 @@
# 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
}
}