2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://gondor.apana.org.au/~herbert/dash/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Small POSIX-compliant implementation of /bin/sh"
|
2019-01-20 22:39:59 +01:00
|
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
2018-05-19 00:16:15 +02:00
|
|
|
TERMUX_PKG_VERSION=0.5.10.2
|
2019-08-16 02:31:14 +02:00
|
|
|
TERMUX_PKG_REVISION=2
|
2018-05-13 01:53:19 +02:00
|
|
|
TERMUX_PKG_SRCURL=http://gondor.apana.org.au/~herbert/dash/files/dash-${TERMUX_PKG_VERSION}.tar.gz
|
2019-07-22 00:51:28 +02:00
|
|
|
TERMUX_PKG_SHA256=3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_ESSENTIAL=true
|
2019-08-16 02:31:14 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-static"
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_post_make_install() {
|
2015-06-13 01:03:31 +02:00
|
|
|
# Symlink sh -> dash
|
2019-08-16 02:01:22 +02:00
|
|
|
ln -sfr $TERMUX_PREFIX/bin/{dash,sh}
|
|
|
|
ln -sfr $TERMUX_PREFIX/share/man/man1/{dash,sh}.1
|
2015-06-13 01:03:31 +02:00
|
|
|
}
|