diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-02 02:08:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-02 02:08:41 +0300 |
commit | 9ab88b19d4265a47e753c33dde9f79cc336ff983 (patch) | |
tree | a532fd0607931d465b6536c092cce388d3617129 /extra/yash | |
parent | dc4ffd1e23745355aec13e197df30ef3ba62c5cf (diff) | |
download | repository-9ab88b19d4265a47e753c33dde9f79cc336ff983.tar.gz |
yash: drop from repositories
Diffstat (limited to 'extra/yash')
-rwxr-xr-x | extra/yash/build | 15 | ||||
-rw-r--r-- | extra/yash/checksums | 1 | ||||
-rw-r--r-- | extra/yash/depends | 1 | ||||
-rw-r--r-- | extra/yash/sources | 1 | ||||
-rw-r--r-- | extra/yash/version | 1 |
5 files changed, 0 insertions, 19 deletions
diff --git a/extra/yash/build b/extra/yash/build deleted file mode 100755 index 68d47759..00000000 --- a/extra/yash/build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-help \ - --enable-history \ - --disable-nls \ - --enable-printf \ - --enable-socket \ - --enable-lineedit - -make -make DESTDIR="$1" install - -ln -sf yash "$1/usr/bin/sh" diff --git a/extra/yash/checksums b/extra/yash/checksums deleted file mode 100644 index 15406b65..00000000 --- a/extra/yash/checksums +++ /dev/null @@ -1 +0,0 @@ -66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72 yash-2.49.tar.xz diff --git a/extra/yash/depends b/extra/yash/depends deleted file mode 100644 index 6a470ffa..00000000 --- a/extra/yash/depends +++ /dev/null @@ -1 +0,0 @@ -ncurses diff --git a/extra/yash/sources b/extra/yash/sources deleted file mode 100644 index a1bbaef2..00000000 --- a/extra/yash/sources +++ /dev/null @@ -1 +0,0 @@ -https://dl.carbslinux.org/distfiles/yash-2.49.tar.xz diff --git a/extra/yash/version b/extra/yash/version deleted file mode 100644 index 63478ba6..00000000 --- a/extra/yash/version +++ /dev/null @@ -1 +0,0 @@ -2.49 1 |