# Maintainer: A. Wilcox pkgname=black-hole-solver pkgver=1.10.1 pkgrel=0 pkgdesc="Move solver for various solitaire card games" url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/" arch="all" license="Expat" depends="" checkdepends="perl-dir-manifest perl-env-path perl-file-which perl-inline perl-inline-c perl-test-differences perl-test-trailingspace perl-test-some perl-test-trap" makedepends="cmake perl-path-tiny rinutils" subpackages="$pkgname-dev $pkgname-doc" source="https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz" build() { if [ "$CBUILD" != "$CHOST" ]; then CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" fi cmake -Bbuild \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} \ . make -C build } check() { rm t/perltidy.t # test could fail on every bump rm t/valgrind.t # we don't run Valgrind tests CTEST_OUTPUT_ON_FAILURE=TRUE make -C build test } package() { make -C build DESTDIR="$pkgdir" install } sha512sums="65e69a699922c92332da70b35303f50fbbe3f7b324e70428d24e75910ab6472db22936fbabe716fdd2ef9a88aaac3d8765b8007ceeb03d50ec865b183a5c8f69 black-hole-solver-1.10.1.tar.xz"