aboutsummaryrefslogtreecommitdiff
path: root/cem/htop-vim/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-07 15:00:47 +0300
committerCem Keylan <cem@ckyln.com>2020-02-07 15:00:47 +0300
commitc7c25a905caab1ec4157dd5edd41c8c56a8e85f9 (patch)
tree807649f222d5e7bb228faa31203baa87d6793bae /cem/htop-vim/build
parente0d23589fdcc4a9de176336e2d241dc37d125e7f (diff)
downloadrepository-c7c25a905caab1ec4157dd5edd41c8c56a8e85f9.tar.gz
htop-vim: add new package at git to cem
Diffstat (limited to 'cem/htop-vim/build')
-rwxr-xr-xcem/htop-vim/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/cem/htop-vim/build b/cem/htop-vim/build
new file mode 100755
index 0000000..807b6b3
--- /dev/null
+++ b/cem/htop-vim/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+patch -p1 < fix-major-undefined.patch
+
+./autogen.sh
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install