diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-09 15:42:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-09 15:42:36 +0300 |
commit | 568eeb806c0547fb0b0b2c3508aa336cc3fc7b46 (patch) | |
tree | 26c8013a25eb41fa2d8e77b7046bfbd0623e3deb /extra/yash | |
parent | d0a7a0add9b32d9d89e02d6d93e37994205b83ec (diff) | |
download | repository-568eeb806c0547fb0b0b2c3508aa336cc3fc7b46.tar.gz |
yash: add new package at 2.49
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, 19 insertions, 0 deletions
diff --git a/extra/yash/build b/extra/yash/build new file mode 100755 index 00000000..68d47759 --- /dev/null +++ b/extra/yash/build @@ -0,0 +1,15 @@ +#!/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 new file mode 100644 index 00000000..15406b65 --- /dev/null +++ b/extra/yash/checksums @@ -0,0 +1 @@ +66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72 yash-2.49.tar.xz diff --git a/extra/yash/depends b/extra/yash/depends new file mode 100644 index 00000000..6a470ffa --- /dev/null +++ b/extra/yash/depends @@ -0,0 +1 @@ +ncurses diff --git a/extra/yash/sources b/extra/yash/sources new file mode 100644 index 00000000..a1bbaef2 --- /dev/null +++ b/extra/yash/sources @@ -0,0 +1 @@ +https://dl.carbslinux.org/distfiles/yash-2.49.tar.xz diff --git a/extra/yash/version b/extra/yash/version new file mode 100644 index 00000000..63478ba6 --- /dev/null +++ b/extra/yash/version @@ -0,0 +1 @@ +2.49 1 |