diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-09-03 20:39:59 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-09-03 20:39:59 +0800 |
| commit | e2bc710b891ca39e270273010605ecada9523254 (patch) | |
| tree | d6547c59d6a4faee67eba3d598bbf70ac1fbd488 /repos/core | |
| parent | f7cdf0b983a78f381e9898305145f8ee31a7f197 (diff) | |
| download | alicelinux-e2bc710b891ca39e270273010605ecada9523254.tar.gz alicelinux-e2bc710b891ca39e270273010605ecada9523254.zip | |
moved b3sum from extra to core
Diffstat (limited to 'repos/core')
| -rw-r--r-- | repos/core/b3sum/.checksum | 1 | ||||
| -rw-r--r-- | repos/core/b3sum/.files | 10 | ||||
| -rw-r--r-- | repos/core/b3sum/abuild | 5 |
3 files changed, 16 insertions, 0 deletions
diff --git a/repos/core/b3sum/.checksum b/repos/core/b3sum/.checksum new file mode 100644 index 00000000..eaba2410 --- /dev/null +++ b/repos/core/b3sum/.checksum @@ -0,0 +1 @@ +3a78d3bbb0e553359035da0c5ce9a2eaadcc658d412dc12f9075caa1bbd74c5e cb4111ccc8061039b014fbb657c72f78984f1069.tar.gz diff --git a/repos/core/b3sum/.files b/repos/core/b3sum/.files new file mode 100644 index 00000000..ce490c55 --- /dev/null +++ b/repos/core/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/core/b3sum/abuild b/repos/core/b3sum/abuild new file mode 100644 index 00000000..71ddc6c0 --- /dev/null +++ b/repos/core/b3sum/abuild @@ -0,0 +1,5 @@ +name=b3sum +version=1.3.1 +_commit=cb4111ccc8061039b014fbb657c72f78984f1069 +release=1 +source="https://git.sr.ht/~mcf/${name}/archive/${_commit}.tar.gz" |