aboutsummaryrefslogtreecommitdiff
path: root/core/b3sum/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-04 01:12:11 +0300
committerCem Keylan <cem@ckyln.com>2021-07-04 01:12:11 +0300
commit51955f0802ed5bfd0e12d6f43c6f472efd58d343 (patch)
treef0b5684592888f67c5ee7b98790a18071990c5c7 /core/b3sum/build
parent194b873ab48d2e2f17ed4bd78275719617af57a3 (diff)
downloadrepository-51955f0802ed5bfd0e12d6f43c6f472efd58d343.tar.gz
b3sum: add new package at git
Diffstat (limited to 'core/b3sum/build')
-rwxr-xr-xcore/b3sum/build4
1 files changed, 4 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"