From 568eeb806c0547fb0b0b2c3508aa336cc3fc7b46 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 9 May 2020 15:42:36 +0300 Subject: yash: add new package at 2.49 --- extra/yash/build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 extra/yash/build (limited to 'extra/yash/build') 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" -- cgit v1.2.3