mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: immer-0.8.1
This commit is contained in:
parent
6b17b6ca0d
commit
ec1824f398
1 changed files with 13 additions and 0 deletions
13
srcpkgs/immer/template
Normal file
13
srcpkgs/immer/template
Normal 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
|
Loading…
Add table
Reference in a new issue