diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-04 01:12:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-04 01:12:11 +0300 |
commit | 51955f0802ed5bfd0e12d6f43c6f472efd58d343 (patch) | |
tree | f0b5684592888f67c5ee7b98790a18071990c5c7 /core/b3sum | |
parent | 194b873ab48d2e2f17ed4bd78275719617af57a3 (diff) | |
download | repository-51955f0802ed5bfd0e12d6f43c6f472efd58d343.tar.gz |
b3sum: add new package at git
Diffstat (limited to 'core/b3sum')
-rwxr-xr-x | core/b3sum/build | 4 | ||||
-rw-r--r-- | core/b3sum/checksums | 1 | ||||
-rw-r--r-- | core/b3sum/sources | 1 | ||||
-rw-r--r-- | core/b3sum/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/core/b3sum/build b/core/b3sum/build new file mode 100755 index 00000000..6c90cf8b --- /dev/null +++ b/core/b3sum/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make PREFIX=/usr LDFLAGS=-static b3sum +install -Dm755 b3sum "$1/usr/bin/b3sum" diff --git a/core/b3sum/checksums b/core/b3sum/checksums new file mode 100644 index 00000000..f7ffca7d --- /dev/null +++ b/core/b3sum/checksums @@ -0,0 +1 @@ +a684ce0706dfc4cecc3a673617fbc05b32af908f265148bbd04e2c55aec7b499 0ed69e30.tar.gz diff --git a/core/b3sum/sources b/core/b3sum/sources new file mode 100644 index 00000000..a2b32b2c --- /dev/null +++ b/core/b3sum/sources @@ -0,0 +1 @@ +https://git.sr.ht/~mcf/b3sum/archive/0ed69e30.tar.gz diff --git a/core/b3sum/version b/core/b3sum/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/core/b3sum/version @@ -0,0 +1 @@ +git 1 |