18 lines
565 B
Text
18 lines
565 B
Text
# Template file for 'dash'
|
|
pkgname=dash
|
|
version=0.5.7
|
|
revision=6
|
|
build_style=gnu-configure
|
|
register_shell="/bin/sh"
|
|
depends="coreutils"
|
|
makedepends="bison"
|
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://gondor.apana.org.au/~herbert/dash/"
|
|
license="BSD"
|
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
|
checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
|
|
|
|
post_install() {
|
|
ln -sfr ${DESTDIR}/usr/bin/dash ${DESTDIR}/usr/bin/sh
|
|
}
|