blob: a92e7f643435c10783c76e7be5a672bf4c2631f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = lazycsv-git
pkgdesc = A blazing fast single-header library for reading and parsing csv files in c++
pkgver = r3.d1b1ce8
pkgrel = 1
url = https://github.com/ashtum/lazycsv
arch = any
license = MIT
makedepends = git
makedepends = cmake
provides = lazycsv
conflicts = lazycsv
source = lazycsv-git::git+https://github.com/ashtum/lazycsv.git
sha256sums = SKIP
pkgname = lazycsv-git
|