1 # Template file for 'dash'
5 distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
6 build_style=gnu_configure
7 configure_args="--prefix="
9 short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=1c6717a1014c73aa16bc78a4767f1e00b40ff2a01a6c2cf2cce9a5335c24493f
13 Debian Almquist shell (dash) is a POSIX-compliant Unix shell, much smaller
14 than bash. It requires less disk space but is also less feature rich.
16 Dash is a direct descendant of the NetBSD version of the Almquist Shell
17 (ash). It was ported to Linux by Herbert Xu in early 1997. It was renamed to
21 register_shell="/bin/sh"
22 Add_dependency full glibc
23 Add_dependency full coreutils
24 Add_dependency build bison
28 cd ${DESTDIR}/bin && ln -s dash sh