New package: zug-0.1.0
This commit is contained in:
parent
273fe92072
commit
a1161e7668
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'zug'
|
||||
pkgname=zug
|
||||
version=0.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Transducers for C++ — Clojure style higher order push/pull sequence transformations"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://sinusoid.es/zug/"
|
||||
distfiles="https://github.com/arximboldi/zug/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7d9d57a55399784392ba8fa67fcf246b9f5aec8f002c69e1fe4b5f66657214b8
|
||||
make_check=no # Requires catch2 prior version 3
|
Loading…
Reference in New Issue