diff options
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..b70f863b --- /dev/null +++ b/extra/yash/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" + +./configure \ + --prefix=/usr \ + --enable-help \ + --enable-history \ + --disable-nls \ + --disable-printf \ + --enable-socket \ + --enable-lineedit + +make +make DESTDIR="$1" install diff --git a/extra/yash/checksums b/extra/yash/checksums new file mode 100644 index 00000000..29675a7e --- /dev/null +++ b/extra/yash/checksums @@ -0,0 +1 @@ +6f15e68eeb63fd42e91c3ce75eccf325f2c938fa1dc248e7213af37c043aeaf8 yash-2.51.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..8da8cf85 --- /dev/null +++ b/extra/yash/sources @@ -0,0 +1 @@ +https://github.com/magicant/yash/releases/download/2.51/yash-2.51.tar.xz diff --git a/extra/yash/version b/extra/yash/version new file mode 100644 index 00000000..a1f649aa --- /dev/null +++ b/extra/yash/version @@ -0,0 +1 @@ +2.51 1 |