blob: 0a8afa78d84bf84425c3d536e198ad8d87c4a651 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
pkgver = 1.4.2
pkgrel = 1
url = http://www.zstd.net/
arch = x86_64
license = BSD
depends = zlib
depends = xz
depends = lz4
provides = zstd
conflicts = zstd
options = staticlibs
source = https://github.com/facebook/zstd/archive/v1.4.2.tar.gz
sha256sums = 7a6e1dad34054b35e2e847eb3289be8820a5d378228802239852f913c6dcf6a7
pkgname = zstd-static
|