mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
New port: b3sum-1.4.1.
This commit is contained in:
1
main/b3sum/.checksums
Normal file
1
main/b3sum/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
f6c70792eac8cfe642fe06e285947b32 b3sum-1.4.1.tar.gz
|
||||
4
main/b3sum/.pkgfiles
Normal file
4
main/b3sum/.pkgfiles
Normal file
@@ -0,0 +1,4 @@
|
||||
b3sum-1.4.1-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/b3sum
|
||||
16
main/b3sum/spkgbuild
Normal file
16
main/b3sum/spkgbuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# description : Official BLAKE3 cryptographic hash function utility
|
||||
# homepage : https://github.com/BLAKE3-team/BLAKE3
|
||||
# depends : rust
|
||||
|
||||
|
||||
name=b3sum
|
||||
version=1.4.1
|
||||
release=1
|
||||
source="$name-$version.tar.gz::https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/$version.zip"
|
||||
|
||||
build() {
|
||||
cd BLAKE3-$version/b3sum
|
||||
cargo fetch --locked
|
||||
cargo build --release
|
||||
install -Dt $PKG/usr/bin target/release/$name
|
||||
}
|
||||
Reference in New Issue
Block a user