2008-10-29 20:19:35 +01:00
|
|
|
# Template file for 'dash'
|
|
|
|
pkgname=dash
|
2014-09-29 03:04:49 +02:00
|
|
|
version=0.5.8
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-03-14 10:01:25 +01:00
|
|
|
hostmakedepends="bison"
|
2014-01-01 16:10:11 +01:00
|
|
|
register_shell="/bin/sh"
|
2008-10-29 20:19:35 +01:00
|
|
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-25 22:08:51 +02:00
|
|
|
homepage="http://gondor.apana.org.au/~herbert/dash/"
|
|
|
|
license="BSD"
|
2012-07-09 17:19:34 +02:00
|
|
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
2014-09-29 03:04:49 +02:00
|
|
|
checksum=c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
|
2013-03-07 18:02:14 +01:00
|
|
|
|
|
|
|
post_install() {
|
2014-05-23 14:10:11 +02:00
|
|
|
ln -s dash ${DESTDIR}/usr/bin/sh
|
2013-03-07 18:02:14 +01:00
|
|
|
}
|