diff options
Diffstat (limited to 'testing/zsh')
-rwxr-xr-x | testing/zsh/build | 26 | ||||
-rw-r--r-- | testing/zsh/checksums | 2 | ||||
-rw-r--r-- | testing/zsh/depends | 2 | ||||
-rw-r--r-- | testing/zsh/files/zprofile | 1 | ||||
-rw-r--r-- | testing/zsh/sources | 2 | ||||
-rw-r--r-- | testing/zsh/version | 1 |
6 files changed, 0 insertions, 34 deletions
diff --git a/testing/zsh/build b/testing/zsh/build deleted file mode 100755 index 100849d8..00000000 --- a/testing/zsh/build +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -e - -{ - printf "functions='Completion/*comp* " - for comp in Base Linux Unix X Zsh; do - printf "Completion/%s/*/* " "$comp" - done - printf "'\\n" -} >> Src/Zle/complete.mdd - -rm -f Completion/Linux/Command/_pkgtool -rm -f Completion/Linux/Command/_rpmbuild - -./configure \ - --prefix=/usr \ - --enable-function-subdirs \ - --enable-fndir=/usr/share/zsh/functions \ - --enable-runhelpdir=/usr/share/zsh/help \ - --enable-scriptdir=/usr/share/zsh/scripts \ - --enable-additional-fpath=/usr/share/zsh/vendor-completions \ - --disable-gdbm - -make -make DESTDIR="$1" install - -install -Dm 644 zprofile "$1/etc/zprofile" diff --git a/testing/zsh/checksums b/testing/zsh/checksums deleted file mode 100644 index da345295..00000000 --- a/testing/zsh/checksums +++ /dev/null @@ -1,2 +0,0 @@ -7260292c2c1d483b2d50febfa5055176bd512b32a8833b116177bf5f01e77ee8 zsh-5.7.1.tar.xz -d36a5d7b15578998ae083cb11c5c0f63e0e938abb6ad4a229c482aa83dcf1a52 zprofile diff --git a/testing/zsh/depends b/testing/zsh/depends deleted file mode 100644 index 68ca5e2e..00000000 --- a/testing/zsh/depends +++ /dev/null @@ -1,2 +0,0 @@ -ncurses -xz make diff --git a/testing/zsh/files/zprofile b/testing/zsh/files/zprofile deleted file mode 100644 index f49734a8..00000000 --- a/testing/zsh/files/zprofile +++ /dev/null @@ -1 +0,0 @@ -emulate sh -c '. /etc/profile' diff --git a/testing/zsh/sources b/testing/zsh/sources deleted file mode 100644 index f28549a5..00000000 --- a/testing/zsh/sources +++ /dev/null @@ -1,2 +0,0 @@ -https://sourceforge.net/projects/zsh/files/zsh/5.7.1/zsh-5.7.1.tar.xz -files/zprofile diff --git a/testing/zsh/version b/testing/zsh/version deleted file mode 100644 index 52aeb0dc..00000000 --- a/testing/zsh/version +++ /dev/null @@ -1 +0,0 @@ -5.7.1 1 |