[arch-commits] Commit in catch2/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed May 22 21:44:08 UTC 2019
Date: Wednesday, May 22, 2019 @ 21:44:08
Author: anthraxx
Revision: 468748
archrelease: copy trunk to community-any
Added:
catch2/repos/community-any/PKGBUILD
(from rev 468747, catch2/trunk/PKGBUILD)
Deleted:
catch2/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-22 21:44:04 UTC (rev 468747)
+++ PKGBUILD 2019-05-22 21:44:08 UTC (rev 468748)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
-
-pkgname=catch2
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD"
-arch=('any')
-url="https://github.com/catchorg/catch2"
-license=('Boost')
-makedepends=('cmake' 'python') # python seems to be necessary for building tests (FS#60273)
-source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('04b303517284572c277597004a33c3f8c02a4d12ba73d5a4cb73b4a369dfef0b')
-
-build() {
- cd Catch2-$pkgver
-
- mkdir -p build
- cd build
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCATCH_USE_VALGRIND=OFF \
- -DCATCH_BUILD_EXAMPLES=OFF \
- -DCATCH_ENABLE_COVERAGE=OFF \
- -DCATCH_ENABLE_WERROR=OFF \
- -DBUILD_TESTING=ON
- make
-}
-
-check() {
- cd Catch2-$pkgver/build
- make test
-}
-
-package() {
- cd Catch2-$pkgver/build
- make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: catch2/repos/community-any/PKGBUILD (from rev 468747, catch2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-22 21:44:08 UTC (rev 468748)
@@ -0,0 +1,42 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
+
+pkgname=catch2
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD"
+arch=('any')
+url="https://github.com/catchorg/catch2"
+license=('Boost')
+makedepends=('cmake' 'python') # python seems to be necessary for building tests (FS#60273)
+source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9f4116da13d8402b5145f95ab91ae0173cd27b804152d3bb2d4f9b6e64852af7')
+
+build() {
+ cd Catch2-$pkgver
+
+ mkdir -p build
+ cd build
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCATCH_USE_VALGRIND=OFF \
+ -DCATCH_BUILD_EXAMPLES=OFF \
+ -DCATCH_ENABLE_COVERAGE=OFF \
+ -DCATCH_ENABLE_WERROR=OFF \
+ -DBUILD_TESTING=ON
+ make
+}
+
+check() {
+ cd Catch2-$pkgver/build
+ make test
+}
+
+package() {
+ cd Catch2-$pkgver/build
+ make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list