[Lunar-commits] <moonbase-other> Merge pull request #345 from dagbrown/dash
Florin Braescu
florin at lunar-linux.org
Sat Oct 4 12:37:14 CEST 2014
commit 128a7766aa1b01c73b7cde953c67e6bd5f555fe4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 04 Oct 2014 13:37:12 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/128a7766aa1b01c73b7cde953c67e6bd5f555fe4
Merge pull request #345 from dagbrown/dash
dash: A quick, basic, no-frills shell.
---
shells/dash/DETAILS | +16/-0
1 file changed, 16 insertions(+)
--- /dev/null
+++ b/shells/dash/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=dash
+ VERSION=0.5.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://gondor.apana.org.au/~herbert/dash/files/
+ SOURCE_VFY=sha256:c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
+ WEB_SITE=http://gondor.apana.org.au/~herbert/dash/
+ ENTERED=20141004
+ UPDATED=20141004
+ SHORT="Small, fast, basic implementation of /bin/sh"
+ PSAFE=no
+cat << EOF
+DASH is a POSIX-compliant implementation of /bin/sh that aims to
+be as small as possible. It does this without sacrificing speed
+where possible. In fact, it is significantly faster than bash (the
+GNU Bourne-Again SHell) for most tasks.
+EOF
More information about the Lunar-commits
mailing list