New package: immer-0.8.1

This commit is contained in:
John 2023-10-12 17:10:25 +02:00 committed by John Zimmermann
parent 6b17b6ca0d
commit ec1824f398
1 changed files with 13 additions and 0 deletions

13
srcpkgs/immer/template Normal file
View File

@ -0,0 +1,13 @@
# Template file for 'immer'
pkgname=immer
version=0.8.1
revision=1
build_style=cmake
configure_args="-Dimmer_BUILD_TESTS=OFF -Dimmer_BUILD_EXAMPLES=OFF"
short_desc="Immutable and persistent data structures for C++"
maintainer="John <me@johnnynator.dev>"
license="BSL-1.0"
homepage="https://github.com/arximboldi/immer"
distfiles="https://github.com/arximboldi/immer/archive/refs/tags/v${version}.tar.gz"
checksum=de8411c84830864604bb685dc8f2e3c0dbdc40b95b2f6726092f7dcc85e75209
make_check=no # Requires catch2 prior version 3