blob: 45518d991edec0fde4daf55581a3ff372d79496c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = arrow-tools
pkgdesc = A collection of handy CLI tools to convert CSV and JSON to Apache Arrow and Parquet
pkgver = 0.19.0
pkgrel = 1
url = https://github.com/domoritz/arrow-tools
arch = x86_64
license = Apache-2.0
license = MIT
makedepends = cargo
depends = gcc-libs
depends = glibc
source = https://github.com/domoritz/arrow-tools/archive/refs/tags/v0.19.0.tar.gz
sha256sums = 77203b10f88ff4199278453c2899f2469f25c287f729b71207c74fc54748b3bc
pkgname = arrow-tools
|