13 lines
440 B
Bash
13 lines
440 B
Bash
# Template file for 'b3sum'
|
|
pkgname=b3sum
|
|
version=1.2.0
|
|
revision=1
|
|
wrksrc="BLAKE3-${version}"
|
|
build_wrksrc="b3sum"
|
|
build_style=cargo
|
|
short_desc="Compute BLAKE3 message digests"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="CC0-1.0"
|
|
homepage="https://github.com/BLAKE3-team/BLAKE3/"
|
|
distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/${version}.tar.gz"
|
|
checksum=2873f42f89c0553b7105bda4b3edb93584ba3a163b31bbfae6b6e1bc203ca8c3
|