aboutsummaryrefslogtreecommitdiff
path: root/extra/hitch/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-28 13:16:13 +0300
committerCem Keylan <cem@ckyln.com>2020-01-28 13:16:13 +0300
commit48f49a2a32103fc0afe615d82bee003be0113d6f (patch)
tree9ed25edb1a3128d338e541d0d677b768bb42bcbf /extra/hitch/build
parenta66078f6059c870a33a53180cf4c706470e98884 (diff)
downloadrepository-48f49a2a32103fc0afe615d82bee003be0113d6f.tar.gz
hitch: add package to extra
Diffstat (limited to 'extra/hitch/build')
-rwxr-xr-xextra/hitch/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/hitch/build b/extra/hitch/build
new file mode 100755
index 00000000..09d87526
--- /dev/null
+++ b/extra/hitch/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install