mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: lager-0.1.0
This commit is contained in:
parent
ec1824f398
commit
273fe92072
1 changed files with 13 additions and 0 deletions
13
srcpkgs/lager/template
Normal file
13
srcpkgs/lager/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'lager'
|
||||
pkgname=lager
|
||||
version=0.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-Dlager_BUILD_TESTS=OFF -Dlager_BUILD_EXAMPLES=OFF"
|
||||
short_desc="C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://sinusoid.es/lager/"
|
||||
distfiles="https://github.com/arximboldi/lager/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=bec57bddd16a35d8ebbba8b94ba90e3a7ba96d740da542025aea70c925ac8084
|
||||
make_check=no # Requires catch2 prior version 3
|
Loading…
Add table
Reference in a new issue