diff options
Diffstat (limited to 'repos/extra/b3sum')
| -rw-r--r-- | repos/extra/b3sum/.files | 10 | ||||
| -rw-r--r-- | repos/extra/b3sum/.shasum | 1 | ||||
| -rw-r--r-- | repos/extra/b3sum/abuild | 5 | ||||
| -rw-r--r-- | repos/extra/b3sum/info | 4 |
4 files changed, 20 insertions, 0 deletions
diff --git a/repos/extra/b3sum/.files b/repos/extra/b3sum/.files new file mode 100644 index 00000000..ce490c55 --- /dev/null +++ b/repos/extra/b3sum/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/b3sum +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/blake3.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/b3sum.1.gz diff --git a/repos/extra/b3sum/.shasum b/repos/extra/b3sum/.shasum new file mode 100644 index 00000000..3a632227 --- /dev/null +++ b/repos/extra/b3sum/.shasum @@ -0,0 +1 @@ +b18bedd6c3024706e3c18c2d3a6e8e92c3047132e56f3a76d1ff9f0c b3sum-1.3.1.tar.gz diff --git a/repos/extra/b3sum/abuild b/repos/extra/b3sum/abuild new file mode 100644 index 00000000..0193d3be --- /dev/null +++ b/repos/extra/b3sum/abuild @@ -0,0 +1,5 @@ +name=b3sum +version=1.3.1 +_commit=cb4111ccc8061039b014fbb657c72f78984f1069 +release=1 +source="$name-$version.tar.gz::https://git.sr.ht/~mcf/${name}/archive/${_commit}.tar.gz" diff --git a/repos/extra/b3sum/info b/repos/extra/b3sum/info new file mode 100644 index 00000000..86768b4f --- /dev/null +++ b/repos/extra/b3sum/info @@ -0,0 +1,4 @@ +description: BLAKE3 cryptographic hash function utility +homepage: https://git.sr.ht/~mcf/b3sum +license: Apache-2.0 OR CC0-1.0 +maintainer: Emmett1 <me@emmett1.my> |