blob: a01b164c26568a7b0c24aa2ac2ac00d43f55676c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = libblake3
pkgdesc = the C implementations of the BLAKE3 cryptographic hash function
pkgver = 1.5.3
pkgrel = 1
url = https://blake3.io/
arch = x86_64
license = CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception
makedepends = cmake
depends = glibc
provides = libblake3.so
source = libblake3-1.5.3.tar.gz::https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.3.tar.gz
sha256sums = ec9114480857334858e73b727199c573bfdbed6138a83be573f076d37e671fc1
pkgname = libblake3
|