blob: 02fd9657a425fb4ec156467920d1d3d3da974eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
pkgbase = taskflow
pkgdesc = Modern C++ parallel task programming library (header-only)
pkgver = 3.10.0
pkgrel = 1
url = https://github.com/taskflow/taskflow
arch = any
license = MIT
makedepends = cmake
source = taskflow-3.10.0.tar.gz::https://github.com/taskflow/taskflow/archive/refs/tags/v3.10.0.tar.gz
sha256sums = fe86765da417f6ceaa2d232ffac70c9afaeb3dc0816337d39a7c93e39c2dee0b
pkgname = taskflow
|