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