Package Details: cpptest 2.0.0-1

Git Clone URL: https://aur.archlinux.org/cpptest.git (read-only, click to copy)
Package Base: cpptest
Description: C++ Unit Testing Framework
Upstream URL: https://github.com/cpptest/cpptest
Licenses: LGPL
Submitter: None
Maintainer: boenki
Last Packager: boenki
Votes: 21
Popularity: 0.000001
First Submitted: 2009-03-07 12:54 (UTC)
Last Updated: 2019-05-26 20:13 (UTC)

Latest Comments

acxz commented on 2019-05-27 00:51 (UTC)

Thanks for updating the package to version 2! I had submitted a request, but I guess that is not needed now, sorry.

adsun commented on 2019-05-24 19:59 (UTC)

Version 2.0.0 has been out, and the upstream has moved to Github too: https://github.com/cpptest/cpptest

sl1pkn07 commented on 2013-07-07 15:11 (UTC)

please change: build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=${pkgdir} install } to build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 } package() { cd ${srcdir}/$pkgname-$pkgver make DESTDIR=${pkgdir} install } greetings