aboutsummaryrefslogtreecommitdiff
path: root/core/fossil/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-10 21:28:48 +0200
committerCem Keylan <cem@ckyln.com>2021-10-10 21:28:48 +0200
commit00771b4a3662d68502abed4ffe82cd20945919d7 (patch)
treeaefbfd9066a7eed080295e1b6c760e5b722ef978 /core/fossil/build
parent3803a0544ed411ecd3e3e64422f40cf99b4b5333 (diff)
downloadrepository-00771b4a3662d68502abed4ffe82cd20945919d7.tar.gz
fossil: move to core
Diffstat (limited to 'core/fossil/build')
-rwxr-xr-xcore/fossil/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/fossil/build b/core/fossil/build
new file mode 100755
index 00000000..1ba98ceb
--- /dev/null
+++ b/core/fossil/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --static
+
+make
+make DESTDIR="$1" install
+
+clman -d "$1" fossil.1