diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-13 09:16:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-13 09:16:49 +0300 |
commit | 9f2a1ee2ee07841719e2d52d2866c15a2ba6d20b (patch) | |
tree | d46fa522777ccd9524b88232bba5278d9bfd163b /extra/yash | |
parent | 756367571f2bffa2dbcc9a8633fab41537ee7654 (diff) | |
download | repository-9f2a1ee2ee07841719e2d52d2866c15a2ba6d20b.tar.gz |
yash: add new package at 2.51
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 |