chiark / gitweb /
Fix indentation of some files
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 9 Sep 2016 13:40:28 +0000 (09:40 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 9 Sep 2016 13:40:28 +0000 (09:40 -0400)
packages/neovim/build.sh
packages/vim-python/build.sh
packages/vim/build.sh

index 763d24ef40b991e4aa32ae17ddfc566e066172f3..92db6ef5d306d7cdb33e502a17f66fb83041cc4a 100644 (file)
@@ -25,7 +25,7 @@ termux_step_configure () {
        cd $TERMUX_PKG_BUILDDIR
        cmake -G "Unix Makefiles" .. \
                -DCMAKE_AR=`which ${TERMUX_HOST_PLATFORM}-ar` \
-                -DCMAKE_BUILD_TYPE=MinSizeRel \
+               -DCMAKE_BUILD_TYPE=MinSizeRel \
                -DCMAKE_CROSSCOMPILING=True \
                -DCMAKE_C_FLAGS="$CFLAGS $CPPFLAGS" \
                -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
@@ -34,11 +34,11 @@ termux_step_configure () {
                -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \
                -DCMAKE_INSTALL_PREFIX=$TERMUX_PREFIX \
                -DCMAKE_LINKER=`which ${TERMUX_HOST_PLATFORM}-ld` \
-                -DCMAKE_MAKE_PROGRAM=`which make` \
+               -DCMAKE_MAKE_PROGRAM=`which make` \
                -DCMAKE_RANLIB=`which ${TERMUX_HOST_PLATFORM}-ranlib` \
                -DCMAKE_SYSTEM_NAME=Android \
-                -DPKG_CONFIG_EXECUTABLE=$PKG_CONFIG \
-                -DENABLE_JEMALLOC=OFF \
+               -DPKG_CONFIG_EXECUTABLE=$PKG_CONFIG \
+               -DENABLE_JEMALLOC=OFF \
                -DLUA_PRG=$TERMUX_PKG_HOSTBUILD_DIR/deps/usr/bin/luajit \
                $TERMUX_PKG_SRCDIR
 }
index 6204899879562a64cdf0f2eac049a138cb59568b..5a396872ee2695acce474cb16738d39c80d464c7 100755 (executable)
@@ -32,10 +32,10 @@ termux_step_pre_configure () {
 termux_step_post_make_install () {
        cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
 
-        # Remove most tutor files:
-        cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
-        rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
-        cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
+       # Remove most tutor files:
+       cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
+       rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
+       cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
 
        cd $TERMUX_PREFIX/bin
        ln -f -s vim vi
index 0d66873ebc5a6125d63ae3c15123945b89f7f7a6..ce776f8b57a18c2966648a350601f79b539988b2 100755 (executable)
@@ -25,10 +25,10 @@ termux_step_pre_configure () {
 termux_step_post_make_install () {
        cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
 
-        # Remove most tutor files:
-        cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
-        rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
-        cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
+       # Remove most tutor files:
+       cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
+       rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
+       cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
 
        cd $TERMUX_PREFIX/bin
        ln -f -s vim vi