13 lines
478 B
Bash
13 lines
478 B
Bash
|
# 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
|