blob: 369e3c5622977138e7a72f15d9d4230a232b337c (
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.4
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.4.tar.gz::https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.4.tar.gz
sha256sums = ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416
pkgname = libblake3
|